5 instantiations of 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);
7 references to DesignerTableLayoutControlCollection
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
30
private
DesignerTableLayoutControlCollection
_controls;
117
private
DesignerTableLayoutControlCollection
Controls =>
2117
properties["Controls"] = TypeDescriptor.CreateProperty(typeof(TableLayoutPanelDesigner), "Controls", typeof(
DesignerTableLayoutControlCollection
), attrs);
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (4)
16
private readonly TableLayoutPanelDesigner.
DesignerTableLayoutControlCollection
_collection;
239
TableLayoutPanelDesigner.
DesignerTableLayoutControlCollection
collection1 = new(_tableLayoutPanel);
240
TableLayoutPanelDesigner.
DesignerTableLayoutControlCollection
collection2 = new(_tableLayoutPanel);
242
TableLayoutPanelDesigner.
DesignerTableLayoutControlCollection
collection3 = new(anotherTableLayoutPanel);