3 references to DesignerControlCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
78
private DesignerControlCollection Controls => _controls ??= new
DesignerControlCollection
(Control);
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollectionTests.cs (2)
17
_collection =
new
(_control);
29
Action action = () => new ControlDesigner.
DesignerControlCollection
(null!);