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