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