1 instantiation of TableLayoutControlCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
202return new TableLayoutControlCollection(this);
3 references to TableLayoutControlCollection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (3)
119public new TableLayoutControlCollection Controls { 120get { return (TableLayoutControlCollection)base.Controls; } 206TableLayoutControlCollection collection = this.Controls;