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