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