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