4 references to TabPageControlCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
144
protected override ControlCollection CreateControlsInstance() => new
TabPageControlCollection
(this);
System.Windows.Forms.Tests (3)
System\Windows\Forms\TabPageTests.TabPageControlCollection.cs (3)
12
var collection = new TabPage.
TabPageControlCollection
(owner);
21
Assert.Throws<ArgumentNullException>("owner", () => new TabPage.
TabPageControlCollection
(null));
106
var collection = new TabPage.
TabPageControlCollection
(owner);