2 writes to Name
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripSettings.cs (2)
393
this.
Name
= toolStrip.Name;
402
this.
Name
= toolStripSettings.Name;
5 references to Name
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripSettings.cs (5)
145
toolStripSettings.Name = stub.
Name
;
188
if (!string.IsNullOrEmpty(toolStripSettings.
Name
)) {
190
ToolStrip toolStrip = ToolStripManager.FindToolStrip(form, toolStripSettings.
Name
);
226
if (!string.IsNullOrEmpty(settings.
Name
)) {
228
ToolStrip toolStrip = ToolStripManager.FindToolStrip(form, settings.
Name
);