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