1 instantiation of ToolStripContainerTypedControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
356
return new
ToolStripContainerTypedControlCollection
(this, /*isReadOnly*/true);
1 reference to ToolStripContainerTypedControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
40
if (Controls is
ToolStripContainerTypedControlCollection
controlCollection)