1 type derived from TableLayoutControlCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2132internal class DesignerTableLayoutControlCollection : TableLayoutControlCollection, IList
1 instantiation of TableLayoutControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
167protected override ControlCollection CreateControlsInstance() => new TableLayoutControlCollection(this);
6 references to TableLayoutControlCollection
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (3)
100public new TableLayoutControlCollection Controls => (TableLayoutControlCollection)base.Controls; 171TableLayoutControlCollection collection = Controls;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutControlCollectionCodeDomSerializer.cs (2)
26TableLayoutControlCollection tableCollection = (TableLayoutControlCollection)originalCollection;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2134private readonly TableLayoutControlCollection _realCollection;