9 references to ServiceProvider
System.Workflow.Activities (9)
Common\BasePropertyDescriptor.cs (2)
295PropertyDescriptorUtils.SetPropertyValue(ServiceProvider, this.realPropertyDescriptor, component, value); 684ITypeFilterProvider filterProvider = PropertyDescriptorUtils.GetComponent(new TypeDescriptorContext(ServiceProvider, RealPropertyDescriptor, component)) as ITypeFilterProvider;
Designers\WebServiceReceiveDesigner.cs (2)
106ITypeProvider typeProvider = (ITypeProvider)this.ServiceProvider.GetService(typeof(ITypeProvider)); 120typeFilterProvider = Activator.CreateInstance(typeFilterProviderType, new object[] { this.ServiceProvider }) as ITypeFilterProvider;
Rules\Design\LogicalExpressionTypeConverter.cs (5)
26IReferenceService referenceService = ((IReferenceService)this.ServiceProvider.GetService(typeof(IReferenceService))); 40return ConditionHelper.Load_Rules_DT(this.ServiceProvider, root); 274ISite site = PropertyDescriptorUtils.GetSite(this.ServiceProvider, component); 382ISite site = PropertyDescriptorUtils.GetSite(this.ServiceProvider, component); 482ISite site = PropertyDescriptorUtils.GetSite(this.ServiceProvider, component);