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