3 instantiations of ControlCollection
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIClient.cs (1)
135
return new
ControlCollection
(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\MdiClient.ControlCollectionTests.cs (2)
12
MdiClient.ControlCollection collection =
new
(owner);
22
Assert.Throws<ArgumentNullException>("owner", () => new MdiClient.
ControlCollection
(null));
2 references to ControlCollection
System.Windows.Forms.Tests (2)
System\Windows\Forms\MdiClient.ControlCollectionTests.cs (1)
12
MdiClient.
ControlCollection
collection = new(owner);
System\Windows\Forms\MdiClientTests.cs (1)
41
Assert.Same(control, Assert.IsType<MdiClient.
ControlCollection
>(control.Controls).Owner);