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)
914
service.
Remove
(component1, actionList1);
925
service.
Remove
(component1, actionList1);
936
service.
Remove
(component2, actionList2);
947
service.
Remove
(component2, actionList3);
975
service.
Remove
(new Component(), new CustomDesignerActionList(null));
976
service.
Remove
(component, new CustomDesignerActionList(null));
984
service.
Remove
(new Component(), new CustomDesignerActionList(null));
1009
service.
Remove
(component1, actionList1);
1014
service.
Remove
(component1, actionList1);
1020
service.
Remove
(component2, actionList2);
1030
Assert.Throws<ArgumentNullException>("comp", () => service.
Remove
(null, null));
1038
Assert.Throws<ArgumentNullException>("actionList", () => service.
Remove
(new Component(), null));