3 references to PropertyValidationContext
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
938propertyValidationContext = new PropertyValidationContext(refActivity, dependencyProperty);
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
70PropertyValidationContext propertyValidationContext = new PropertyValidationContext(activity, dependencyProperty);
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
275PropertyValidationContext propertyValidationContext = new PropertyValidationContext(this.context.Instance, DependencyProperty.FromName(this.context.PropertyDescriptor.Name, this.context.Instance.GetType()));