2 types derived from TypedControlCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2569internal class SplitContainerTypedControlCollection : WindowsFormsUtils.TypedControlCollection {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1536internal class ToolStripPanelControlCollection : WindowsFormsUtils.TypedControlCollection {
2 references to TypedControlCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
160((WindowsFormsUtils.TypedControlCollection)this.Controls).AddInternal(panel1); 161((WindowsFormsUtils.TypedControlCollection)this.Controls).AddInternal(panel2);