2 writes to Name
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.SettingsStub.cs (2)
44Name = toolStrip.Name; 54Name = toolStripSettings.Name;
5 references to Name
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.cs (5)
61toolStripSettings.Name = stub.Name; 113if (!string.IsNullOrEmpty(toolStripSettings.Name)) 116ToolStrip? toolStrip = ToolStripManager.FindToolStrip(_form, toolStripSettings.Name); 158if (!string.IsNullOrEmpty(settings.Name)) 161ToolStrip? toolStrip = ToolStripManager.FindToolStrip(_form, settings.Name);