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