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