8 references to ControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
954
return new
ControlCollection
(this);
System.Windows.Forms.Tests (7)
System\Windows\Forms\TabControl.ControlCollectionTests.cs (7)
19
var collection = new TabControl.
ControlCollection
(owner);
28
Assert.Throws<ArgumentNullException>("owner", () => new TabControl.
ControlCollection
(null));
876
var collection = new TabControl.
ControlCollection
(owner);
885
var collection = new TabControl.
ControlCollection
(owner);
898
var collection = new TabControl.
ControlCollection
(owner)
996
var collection = new TabControl.
ControlCollection
(owner)
1456
var collection = new TabControl.
ControlCollection
(owner);