4 types derived from TypedControlCollection
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.cs (1)
10internal partial class ToolStripPanelControlCollection : TypedControlCollection
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.XYComparer.cs (1)
10internal partial class ToolStripPanelControlCollection : TypedControlCollection
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.YXComparer.cs (1)
10internal partial class ToolStripPanelControlCollection : TypedControlCollection
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (1)
12internal class SplitContainerTypedControlCollection : TypedControlCollection
2 references to TypedControlCollection
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
105((TypedControlCollection)Controls).AddInternal(Panel1); 106((TypedControlCollection)Controls).AddInternal(Panel2);