1 instantiation of DesignerControlCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
78
private DesignerControlCollection Controls => _controls ??= new
DesignerControlCollection
(Control);
3 references to DesignerControlCollection
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (3)
66
private
DesignerControlCollection
? _controls;
78
private
DesignerControlCollection
Controls => _controls ??= new DesignerControlCollection(Control);
1646
typeof(
DesignerControlCollection
),