1 instantiation of ToolStripPanelControlCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
458return new ToolStripPanelControlCollection(this);
2 references to ToolStripPanelControlCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
665ToolStripPanelControlCollection controls = this.Controls as ToolStripPanelControlCollection;