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