2 instantiations of SettingsStub
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
130
savedToolStripSettingsObjects.Add(new
SettingsStub
(toolStripSettings));
142
SettingsStub stub = new
SettingsStub
(toolStrip);
8 references to SettingsStub
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripSettings.cs (8)
142
SettingsStub
stub = new SettingsStub(toolStrip);
181
Dictionary<object, List<
SettingsStub
>> toolStripPanelDestinationHash = new Dictionary<object, List<
SettingsStub
>>();
183
foreach (
SettingsStub
toolStripSettings in toolStripSettingsToApply) {
197
toolStripPanelDestinationHash[destinationPanel] = new List<
SettingsStub
>();
222
List<
SettingsStub
> stubSettings = toolStripPanelDestinationHash[toolStripPanelName];
225
foreach (
SettingsStub
settings in stubSettings) {
241
private void ApplyToolStripSettings(ToolStrip toolStrip,
SettingsStub
settings, Dictionary<string, ToolStrip> itemLocationHash) {