1 write to serviceProvider
System.Workflow.ComponentModel (1)
AuthoringOM\Design\XomlDesignerLoader.cs (1)
566this.serviceProvider = serviceProvider;
34 references to serviceProvider
System.Workflow.ComponentModel (34)
AuthoringOM\Design\XomlDesignerLoader.cs (34)
568this.serviceProvider.LoadComplete += new EventHandler(OnDesignerReloaded); 572IDesignerEventService designerEventService = this.serviceProvider.GetService(typeof(IDesignerEventService)) as IDesignerEventService; 576ITypeProvider typeProvider = this.serviceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 580ISelectionService selectionService = this.serviceProvider.GetService(typeof(ISelectionService)) as ISelectionService; 584IComponentChangeService componentChangedService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 588IPropertyValueUIService propertyValueService = this.serviceProvider.GetService(typeof(IPropertyValueUIService)) as IPropertyValueUIService; 595WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 612IExtendedUIService extUIService = this.serviceProvider.GetService(typeof(IExtendedUIService)) as IExtendedUIService; 616IPropertyValueUIService propertyValueService = this.serviceProvider.GetService(typeof(IPropertyValueUIService)) as IPropertyValueUIService; 620IComponentChangeService componentChangedService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 624ISelectionService selectionService = this.serviceProvider.GetService(typeof(ISelectionService)) as ISelectionService; 628ITypeProvider typeProvider = this.serviceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 632IDesignerEventService designerEventService = this.serviceProvider.GetService(typeof(IDesignerEventService)) as IDesignerEventService; 636this.serviceProvider.LoadComplete -= new EventHandler(OnDesignerReloaded); 661IDesignerEventService designerEventService = this.serviceProvider.GetService(typeof(IDesignerEventService)) as IDesignerEventService; 662if (designerEventService != null && designerEventService.ActiveDesigner == this.serviceProvider.GetService(typeof(IDesignerHost))) 668if (e.NewDesigner == this.serviceProvider.GetService(typeof(IDesignerHost)) && this.typeSystemTypesChanged) 683WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 698WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 704IDesignerHost designerHost = this.serviceProvider.GetService(typeof(IDesignerHost)) as IDesignerHost; 710ITypeProvider typeProvider = this.serviceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 754IPropertyValueUIService propertyValueService = this.serviceProvider.GetService(typeof(IPropertyValueUIService)) as IPropertyValueUIService; 766WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 794WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 802DesignerHelpers.RefreshDesignerActions(this.serviceProvider); 804IPropertyValueUIService propertyValueService = this.serviceProvider.GetService(typeof(IPropertyValueUIService)) as IPropertyValueUIService; 813WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 825WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 836WorkflowView workflowView = this.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 844ISelectionService selectionService = this.serviceProvider.GetService(typeof(ISelectionService)) as ISelectionService; 845IExtendedUIService extendedUIService = this.serviceProvider.GetService(typeof(IExtendedUIService)) as IExtendedUIService; 851IDesignerEventService designerEventService = (IDesignerEventService)this.serviceProvider.GetService(typeof(IDesignerEventService)); 852if (designerEventService != null && designerEventService.ActiveDesigner == this.serviceProvider.GetService(typeof(IDesignerHost))) 875IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService;