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