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