5 references to DesignerTableLayoutControlCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
118
_controls ??= new
DesignerTableLayoutControlCollection
((TableLayoutPanel)Control);
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (4)
23
_collection =
new
(_tableLayoutPanel);
239
TableLayoutPanelDesigner.DesignerTableLayoutControlCollection collection1 =
new
(_tableLayoutPanel);
240
TableLayoutPanelDesigner.DesignerTableLayoutControlCollection collection2 =
new
(_tableLayoutPanel);
242
TableLayoutPanelDesigner.DesignerTableLayoutControlCollection collection3 =
new
(anotherTableLayoutPanel);