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