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)
332collection.Remove(binding); 345Assert.Throws<ArgumentNullException>("dataBinding", () => collection.Remove(null)); 358Assert.Throws<ArgumentException>("dataBinding", () => collection.Remove(binding2)); 374Assert.Throws<ArgumentException>("dataBinding", () => collection2.Remove(binding1));