1 instantiation of ToolStripPanelRowCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
381private ToolStripPanelRowCollection CreateToolStripPanelRowCollection() => new(this);
5 references to ToolStripPanelRowCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (4)
270internal ToolStripPanelRowCollection RowsInternal 274if (!Properties.TryGetValue(s_propToolStripPanelRowCollection, out ToolStripPanelRowCollection? rowCollection)) 381private ToolStripPanelRowCollection CreateToolStripPanelRowCollection() => new(this); 1096static object GetRow(ISupportToolStripPanel draggedToolStrip, ToolStripPanelRowCollection rows)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
68public void AddRange(ToolStripPanelRowCollection value)