5 references to Remove
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
547ctl.DataBindings.Remove(binding);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlBindingsCollectionTests.cs (4)
330collection.Remove(binding); 343Assert.Throws<ArgumentNullException>("dataBinding", () => collection.Remove(null)); 356Assert.Throws<ArgumentException>("dataBinding", () => collection.Remove(binding2)); 372Assert.Throws<ArgumentException>("dataBinding", () => collection2.Remove(binding1));