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