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