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)
17
var collection = new TabControl.
ControlCollection
(owner);
26
Assert.Throws<ArgumentNullException>("owner", () => new TabControl.
ControlCollection
(null));
874
var collection = new TabControl.
ControlCollection
(owner);
883
var collection = new TabControl.
ControlCollection
(owner);
896
var collection = new TabControl.
ControlCollection
(owner)
994
var collection = new TabControl.
ControlCollection
(owner)
1454
var collection = new TabControl.
ControlCollection
(owner);