2 writes to Location
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.SettingsStub.cs (2)
43Location = toolStrip.Location; 53Location = toolStripSettings.Location;
2 references to Location
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.cs (2)
62toolStripSettings.Location = stub.Location; 163toolStripPanel.Join(toolStrip!, settings.Location);