8 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)
2151
public DesignerTableLayoutControlCollection(TableLayoutPanel owner) :
base
(owner) => _realCollection = owner.Controls;
System.Windows.Forms.Tests (6)
System\Windows\Forms\TableLayoutControlCollectionTests.cs (6)
12
TableLayoutControlCollection collection =
new
(container);
21
Assert.Throws<ArgumentNullException>("container", () => new
TableLayoutControlCollection
(null));
31
TableLayoutControlCollection collection =
new
(container);
43
TableLayoutControlCollection collection =
new
(container);
55
TableLayoutControlCollection collection =
new
(container);
67
TableLayoutControlCollection collection =
new
(container);