4 writes to ToolStripPanelName
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripSettings.cs (4)
375
this.
ToolStripPanelName
= String.Empty;
380
this.
ToolStripPanelName
= parentPanel.Name;
384
this.
ToolStripPanelName
= parentPanel.Parent.Name + "." + parentPanel.Dock.ToString();
398
this.
ToolStripPanelName
= toolStripSettings.ToolStripPanelName;
4 references to ToolStripPanelName
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripSettings.cs (4)
148
toolStripSettings.ToolStripPanelName = stub.
ToolStripPanelName
;
184
object destinationPanel = !string.IsNullOrEmpty(toolStripSettings.
ToolStripPanelName
) ? toolStripSettings.
ToolStripPanelName
: null;
387
Debug.Assert(!String.IsNullOrEmpty(this.
ToolStripPanelName
), "ToolStrip was parented to a panel, but we couldn't figure out its name.");