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