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