2 references to TableLayoutControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
167
protected override ControlCollection CreateControlsInstance() => new
TableLayoutControlCollection
(this);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2136
public DesignerTableLayoutControlCollection(TableLayoutPanel owner) :
base
(owner) => _realCollection = owner.Controls;