1 instantiation of ToolStripPanelRowControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
272return new ToolStripPanelRowControlCollection(this);
3 references to ToolStripPanelRowControlCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (3)
88internal ToolStripPanelRowControlCollection ControlsInternal 92if (!Properties.TryGetValue(s_propControlsCollection, out ToolStripPanelRowControlCollection? controlsCollection)) 270private ToolStripPanelRowControlCollection CreateControlsInstance()