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