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