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