5 references to Remove
System.Windows.Forms.Tests (5)
System\Windows\Forms\BindingContextTests.cs (5)
247context.Remove(dataSource1); 251context.Remove(dataSource1); 254context.Remove(dataSource2); 258context.Remove(dataSource2); 266Assert.Throws<ArgumentNullException>("dataSource", () => context.Remove(null));