2 writes to propertyInfo
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Validation\PropertyValidationContext.cs (2)
23this.propertyInfo = propertyInfo; 32this.propertyInfo = dependencyProperty;
3 references to propertyInfo
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Validation\PropertyValidationContext.cs (3)
39if (this.propertyInfo is DependencyProperty) 40return ((DependencyProperty)this.propertyInfo).Name; 58return this.propertyInfo;