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