7 writes to Location
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4898dialog.Location = location;
System\Windows\Forms\Form.cs (3)
3931Location = p; 3967Location = p; 5404Location = new Point(workingArea.X + x, workingArea.Y + y);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
405set => base.Location = value;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
359_dropDownHolder.Location = editorLocation; 383_dropDownHolder.Location = editorLocation;
6 references to Location
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (5)
919Point loc = Location; 1363Location.X, 1364Location.Y, 6564_restoredWindowBounds.Location = Location; 6570_restoreBounds.Location = Location;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
404get => base.Location;