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