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)
61Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.Service)); 87Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.Service)); 117Assert.Equal(expected, service.GetComponentActions(component, ComponentActionsType.Service)); 143Assert.Equal(new DesignerActionListCollection { actionList1, actionList2 }, service.GetComponentActions(component, ComponentActionsType.Service));