3 references to new
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (1)
17: base(splitContainer, type, isReadOnly)
System.Windows.Forms.Tests (2)
System\Windows\Forms\TypedControlCollectionTests.cs (2)
14TypedControlCollection collection = new(owner, typeof(Panel), false); 24Assert.Throws<ArgumentNullException>("owner", () => new TypedControlCollection(null, typeof(Panel), false));