1 write to Location
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.cs (1)
62toolStripSettings.Location = stub.Location;
3 references to Location
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettings.cs (2)
62return (Point)this[nameof(Location)]; 66this[nameof(Location)] = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.SettingsStub.cs (1)
53Location = toolStripSettings.Location;