13 references to Remove
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionService.cs (1)
329
Remove
(comp, actionList);
System.Windows.Forms.Design.Tests (12)
System\ComponentModel\Design\DesignerActionServiceTests.cs (12)
916
service.
Remove
(component1, actionList1);
927
service.
Remove
(component1, actionList1);
938
service.
Remove
(component2, actionList2);
949
service.
Remove
(component2, actionList3);
977
service.
Remove
(new Component(), new CustomDesignerActionList(null));
978
service.
Remove
(component, new CustomDesignerActionList(null));
986
service.
Remove
(new Component(), new CustomDesignerActionList(null));
1011
service.
Remove
(component1, actionList1);
1016
service.
Remove
(component1, actionList1);
1022
service.
Remove
(component2, actionList2);
1032
Assert.Throws<ArgumentNullException>("comp", () => service.
Remove
(null, null));
1040
Assert.Throws<ArgumentNullException>("actionList", () => service.
Remove
(new Component(), null));