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