1 instantiation of ToolStripPanelRowControlCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
277return new ToolStripPanelRowControlCollection(this);
4 references to ToolStripPanelRowControlCollection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (4)
107internal ToolStripPanelRowControlCollection ControlsInternal { 109ToolStripPanelRowControlCollection controlsCollection = (ToolStripPanelRowControlCollection)Properties.GetObject(PropControlsCollection); 276private ToolStripPanelRowControlCollection CreateControlsInstance() {