1 write to serviceProvider
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
146this.serviceProvider = serviceProvider;
9 references to serviceProvider
System.Workflow.ComponentModel (9)
AuthoringOM\Design\ComponentSerializationService.cs (9)
184IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; 242IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; 243IComponentChangeService componentChangeService = this.serviceProvider.GetService(typeof(IComponentChangeService)) as IComponentChangeService; 295DesignerSerializationManager serializationManager = new LocalDesignerSerializationManager(this, serviceProvider); 316IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; 327serializer.SerializeObject(xomlSerializationManager, new PropertySegment(this.serviceProvider, obj, propertyInfo), writer); 329serializer.SerializeObject(xomlSerializationManager, new PropertySegment(this.serviceProvider, obj, this.memberList[loop] as PropertyDescriptor), writer); 334IEventBindingService eventBindingService = this.serviceProvider.GetService(typeof(IEventBindingService)) as IEventBindingService; 337PropertySegment propertySegment = new PropertySegment(serviceProvider, obj, eventBindingService.GetEventProperty(this.memberList[loop] as EventDescriptor));