3 implementations of IPropertyValueProvider
System.Workflow.ComponentModel (3)
AuthoringOM\Behaviors\Compensate.cs (1)
21public sealed class CompensateActivity : Activity, IPropertyValueProvider, IActivityEventListener<ActivityExecutionStatusChangedEventArgs>
AuthoringOM\Bind.cs (1)
495public sealed class ActivityBind : MarkupExtension, IPropertyValueProvider
AuthoringOM\Design\Themes.cs (1)
845public abstract class DesignerTheme : IDisposable, IPropertyValueProvider
9 references to IPropertyValueProvider
System.Workflow.ComponentModel (9)
AuthoringOM\Behaviors\Compensate.cs (1)
161ICollection IPropertyValueProvider.GetPropertyValues(ITypeDescriptorContext context)
AuthoringOM\Bind.cs (1)
902ICollection IPropertyValueProvider.GetPropertyValues(ITypeDescriptorContext context)
AuthoringOM\Design\Themes.cs (1)
947ICollection IPropertyValueProvider.GetPropertyValues(ITypeDescriptorContext context)
Shared\BasePropertyDescriptor.cs (6)
596IPropertyValueProvider valuesProvider = null; 599valuesProvider = instances[0] as IPropertyValueProvider; 601valuesProvider = context.Instance as IPropertyValueProvider; 702IPropertyValueProvider valuesProvider = null; 705valuesProvider = instances[0] as IPropertyValueProvider; 707valuesProvider = context.Instance as IPropertyValueProvider;