7 writes to Location
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (3)
4472
Location
= p;
4509
Location
= p;
6063
Location
= new Point(workingArea.X + x, workingArea.Y + y);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
716
base.
Location
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4928
dialog.
Location
= location;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1318
Location
= point;
1414
Location
= new Point(this.parent.Location.X + Palette.DropShadowWidth, this.parent.Location.Y + Palette.DropShadowWidth);
9 references to Location
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (5)
1191
Point loc =
Location
;
1779
Location
.X,
1780
Location
.Y,
6890
restoredWindowBounds.Location =
Location
;
6895
restoreBounds.Location =
Location
;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
713
return base.
Location
;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (1)
3065
formShown = (Form.ActiveForm.
Location
== designer.PointToScreen(new Point(activatedBounds.Left, activatedBounds.Bottom)));
AuthoringOM\Design\DesignerWidgets.cs (2)
1414
Location = new Point(this.parent.
Location
.X + Palette.DropShadowWidth, this.parent.
Location
.Y + Palette.DropShadowWidth);