Base:
method
GetService
System.ComponentModel.Component.GetService(System.Type)
14 references to GetService
System.Workflow.ComponentModel (14)
AuthoringOM\Design\WorkflowView.cs (14)
165
IServiceContainer serviceContainer =
GetService
(typeof(IServiceContainer)) as IServiceContainer;
200
IMenuCommandService menuCommandService =
GetService
(typeof(IMenuCommandService)) as IMenuCommandService;
208
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
257
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
312
IServiceContainer serviceContainer =
GetService
(typeof(IServiceContainer)) as IServiceContainer;
372
IUIService uis =
GetService
(typeof(IUIService)) as IUIService;
878
IDesignerHost designerHost = (IDesignerHost)
GetService
(typeof(IDesignerHost));
904
IDesignerHost designerHost = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1504
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
1507
IHelpService helpService =
GetService
(typeof(IHelpService)) as IHelpService;
1706
ISelectionService selectionService = (ISelectionService)
GetService
(typeof(ISelectionService));
1859
DynamicActionMessageFilter dynamicActionFilter =
GetService
(typeof(DynamicActionMessageFilter)) as DynamicActionMessageFilter;
1913
IMenuCommandService menuCommandService = (IMenuCommandService)
GetService
(typeof(IMenuCommandService));
2146
return
GetService
(serviceType);