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