7 references to All
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionService.cs (2)
145return GetComponentActions(component, ComponentActionsType.All); 155case ComponentActionsType.All:
System.Windows.Forms.Design.Tests (5)
System\ComponentModel\Design\DesignerActionServiceTests.cs (5)
60Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.All)); 86Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.All)); 116Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.All)); 142Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.All)); 387Assert.Throws<ArgumentNullException>("component", () => service.GetComponentActions(null, ComponentActionsType.All));