3 instantiations of ControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
3246
return new
ControlCollection
(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\Form.ControlCollectionTests.cs (2)
12
Form.ControlCollection collection =
new
(owner);
22
Assert.Throws<ArgumentNullException>("owner", () => new Form.
ControlCollection
(null));
1 reference to ControlCollection
System.Windows.Forms.Tests (1)
System\Windows\Forms\Form.ControlCollectionTests.cs (1)
12
Form.
ControlCollection
collection = new(owner);