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)
60
Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.
All
));
86
Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.
All
));
116
Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.
All
));
142
Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.
All
));
387
Assert.Throws<ArgumentNullException>("component", () => service.GetComponentActions(null, ComponentActionsType.
All
));