77 references to GetService
System.Workflow.Activities (15)
Designers\CAGDesigner.cs (2)
27
IExtenderListService extenderListService = (IExtenderListService)
GetService
(typeof(IExtenderListService));
39
IExtenderProviderService extenderProviderService = (IExtenderProviderService)
GetService
(typeof(IExtenderProviderService));
Designers\InvokeWebServiceDesigner.cs (1)
80
ITypeProvider typeProvider = (ITypeProvider)
GetService
(typeof(ITypeProvider));
Designers\PolicyDesigner.cs (1)
27
return base.
GetService
(type);
Designers\StateDesigner.cs (10)
108
IExtenderListService extenderListService =
GetService
(typeof(IExtenderListService)) as IExtenderListService;
123
IExtenderProviderService extenderProviderService =
GetService
(typeof(IExtenderProviderService)) as IExtenderProviderService;
759
_selectionService = (ISelectionService)this.
GetService
(typeof(ISelectionService));
1241
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
1787
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
1794
ISelectionService selectionService = this.
GetService
(typeof(ISelectionService)) as ISelectionService;
1855
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
1889
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
2144
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
2210
WorkflowDesignerLoader workflowDesignerLoader =
GetService
(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader;
Designers\WebServiceResponseDesigner.cs (1)
28
ITypeProvider typeProvider = (ITypeProvider)
GetService
(typeof(ITypeProvider));
System.Workflow.ComponentModel (60)
AuthoringOM\Design\ActivityDesigner.cs (33)
135
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
147
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
193
WorkflowDesignerLoader loader =
GetService
(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader;
322
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
338
return
GetService
(typeof(WorkflowView)) as WorkflowView;
357
WorkflowDesignerLoader loader =
GetService
(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader;
436
WorkflowDesignerLoader loader =
GetService
(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader;
501
WorkflowDesignerLoader loader =
GetService
(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader;
637
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
1019
GlyphManager glyphManager =
GetService
(typeof(IDesignerGlyphProviderService)) as GlyphManager;
1062
GlyphManager glyphManager = (Activity != null && Activity.Site != null) ?
GetService
(typeof(IDesignerGlyphProviderService)) as GlyphManager : null;
1119
IDesignerHost designerHost = (IDesignerHost)
GetService
(typeof(IDesignerHost));
1123
IComponentChangeService changeService =
GetService
(typeof(IComponentChangeService)) as IComponentChangeService;
1157
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
1161
IComponentChangeService changeService =
GetService
(typeof(IComponentChangeService)) as IComponentChangeService;
1213
IEventBindingService eventBindingService = (IEventBindingService)
GetService
(typeof(IEventBindingService));
1556
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
1563
IExtendedUIService uiService =
GetService
(typeof(IExtendedUIService)) as IExtendedUIService;
1805
IUIService uiservice =
GetService
(typeof(IUIService)) as IUIService;
2096
IEventBindingService eventBindingService =
GetService
(typeof(IEventBindingService)) as IEventBindingService;
2116
IServiceProvider serviceProvider =
GetService
(typeof(DesignSurface)) as IServiceProvider;
2161
IExtendedUIService extendedUIService =
GetService
(typeof(IExtendedUIService)) as IExtendedUIService;
2215
IExtendedUIService extendedUIService =
GetService
(typeof(IExtendedUIService)) as IExtendedUIService;
2241
IReferenceService referenceService =
GetService
(typeof(IReferenceService)) as IReferenceService;
2265
ISelectionService selectionService = (ISelectionService)
GetService
(typeof(ISelectionService));
2302
IDesignerVerbProviderService verbProviderService =
GetService
(typeof(IDesignerVerbProviderService)) as IDesignerVerbProviderService;
2383
DesignSurface surface =
GetService
(typeof(DesignSurface)) as DesignSurface;
2384
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
2432
IExtendedUIService2 uiService = this.
GetService
(typeof(IExtendedUIService2)) as IExtendedUIService2;
2458
ITypeProvider typeProvider =
GetService
(typeof(ITypeProvider)) as ITypeProvider;
2516
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
2517
IToolboxService toolboxService =
GetService
(typeof(IToolboxService)) as IToolboxService;
2968
GlyphManager glyphManager =
GetService
(typeof(IDesignerGlyphProviderService)) as GlyphManager;
AuthoringOM\Design\ActivityPreviewDesigner.cs (7)
325
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
327
WorkflowDesignerLoader loader =
GetService
(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader;
496
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
505
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
737
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
805
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
944
ISelectionService selectionService = this.parentDesigner.
GetService
(typeof(ISelectionService)) as ISelectionService;
AuthoringOM\Design\CompositeActivityDesigner.cs (10)
393
IDesignerHost host =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
748
IExtendedUIService2 extendedUIService = this.
GetService
(typeof(IExtendedUIService2)) as IExtendedUIService2;
821
IIdentifierCreationService identifierCreationService =
GetService
(typeof(IIdentifierCreationService)) as IIdentifierCreationService;
899
IIdentifierCreationService identifierCreationService =
GetService
(typeof(IIdentifierCreationService)) as IIdentifierCreationService;
903
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
1175
IComponentChangeService componentChangeService =
GetService
(typeof(IComponentChangeService)) as IComponentChangeService;
1197
IComponentChangeService componentChangeService =
GetService
(typeof(IComponentChangeService)) as IComponentChangeService;
1217
IMenuCommandService menuCommandService =
GetService
(typeof(IMenuCommandService)) as IMenuCommandService;
1350
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
1483
IReferenceService referenceService =
GetService
(typeof(IReferenceService)) as IReferenceService;
AuthoringOM\Design\FreeFormDesigner.cs (6)
367
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
552
DragDropManager dragDropManager =
GetService
(typeof(DragDropManager)) as DragDropManager;
960
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
1180
IDesignerHost designerHost =
GetService
(typeof(IDesignerHost)) as IDesignerHost;
1225
IExtenderListService extenderListService =
GetService
(typeof(IExtenderListService)) as IExtenderListService;
1240
IExtenderProviderService extenderProviderService =
GetService
(typeof(IExtenderProviderService)) as IExtenderProviderService;
AuthoringOM\Design\SequentialActivityDesigner.cs (2)
265
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
513
DragDropManager dragDropManager =
GetService
(typeof(DragDropManager)) as DragDropManager;
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
782
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
AuthoringOM\Design\WorkflowInlining.cs (1)
451
ITypeProvider typeProvider = (ITypeProvider)
GetService
(typeof(ITypeProvider));
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivityDesigner.cs (2)
127
IExtenderListService extenderListService = (IExtenderListService)
GetService
(typeof(IExtenderListService));
141
IExtenderProviderService extenderProviderService = (IExtenderProviderService)
GetService
(typeof(IExtenderProviderService));