9 writes to Location
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (6)
1418this.Location = this.displayLocation; 2051this.Location = this.displayLocation; 2062this.Location = this.displayLocation; 2081this.Location = this.displayLocation; 2086this.Location = this.displayLocation; 2095this.Location = this.displayLocation;
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (2)
165DropDown.Location = DropDownLocation; 697this.dropDown.Location = DropDownLocation;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
890this.Location = newLocation;
2 references to Location
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1411if (this.Location != this.displayLocation) { 1419this.displayLocation = this.Location;