1 instantiation of ToolStripPanelRowControlCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
277
return new
ToolStripPanelRowControlCollection
(this);
4 references to ToolStripPanelRowControlCollection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (4)
107
internal
ToolStripPanelRowControlCollection
ControlsInternal {
109
ToolStripPanelRowControlCollection
controlsCollection = (
ToolStripPanelRowControlCollection
)Properties.GetObject(PropControlsCollection);
276
private
ToolStripPanelRowControlCollection
CreateControlsInstance() {