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