1 instantiation of ToolStripPanelRowCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
454return new ToolStripPanelRowCollection(this);
5 references to ToolStripPanelRowCollection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripPanel.cs (5)
318internal ToolStripPanelRowCollection RowsInternal { 320ToolStripPanelRowCollection rowCollection = (ToolStripPanelRowCollection)Properties.GetObject(PropToolStripPanelRowCollection); 453private ToolStripPanelRowCollection CreateToolStripPanelRowCollection() { 1389public void AddRange(ToolStripPanelRowCollection value) {