2 writes to Location
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
392this.Location = toolStrip.Location; 401this.Location = toolStripSettings.Location;
2 references to Location
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
146toolStripSettings.Location = stub.Location; 230toolStripPanel.Join(toolStrip, settings.Location);