5 references to Remove
System.Windows.Forms.Tests (5)
System\Windows\Forms\BindingContextTests.cs (5)
249context.Remove(dataSource1); 253context.Remove(dataSource1); 256context.Remove(dataSource2); 260context.Remove(dataSource2); 268Assert.Throws<ArgumentNullException>("dataSource", () => context.Remove(null));