1 instantiation of ToolStripContainerTypedControlCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
399
return new
ToolStripContainerTypedControlCollection
(this, /*isReadOnly*/true);
2 references to ToolStripContainerTypedControlCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripContainer.cs (2)
52
ToolStripContainerTypedControlCollection
controlCollection = this.Controls as
ToolStripContainerTypedControlCollection
;