2 references to new
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingSourceTests.cs (2)
478using SubBindingSource source = new(container); 524Assert.Throws<ArgumentNullException>("container", () => new SubBindingSource(null));