5 references to Service
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionService.cs (1)
162
case ComponentActionsType.
Service
:
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionServiceTests.cs (4)
61
Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.
Service
));
87
Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.
Service
));
117
Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.
Service
));
143
Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.
Service
));