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