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)
63
Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.
Service
));
89
Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.
Service
));
119
Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.
Service
));
145
Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.
Service
));