Base:
method
GetService
System.ComponentModel.Component.GetService(System.Type)
12 references to GetService
System.Workflow.ComponentModel (12)
AuthoringOM\Design\DocumentOutline.cs (12)
36IDesignerHost designerHost = GetService(typeof(IDesignerHost)) as IDesignerHost; 41DesignSurface surface = GetService(typeof(DesignSurface)) as DesignSurface; 46IComponentChangeService componentChangeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService; 56ISelectionService selectionService = GetService(typeof(ISelectionService)) as ISelectionService; 60IUIService uiService = GetService(typeof(IUIService)) as IUIService; 83IComponentChangeService componentChangeService = GetService(typeof(IComponentChangeService)) as IComponentChangeService; 90ISelectionService selectionService = GetService(typeof(ISelectionService)) as ISelectionService; 94DesignSurface surface = GetService(typeof(DesignSurface)) as DesignSurface; 155ISelectionService selectionService = GetService(typeof(ISelectionService)) as ISelectionService; 238ISelectionService selectionService = GetService(typeof(ISelectionService)) as ISelectionService; 244WorkflowView workflowView = GetService(typeof(WorkflowView)) as WorkflowView; 408ISelectionService selectionService = GetService(typeof(ISelectionService)) as ISelectionService;