3 references to PropertyName
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Validation\Validator.cs (3)
88
if (propertyValidationContext.
PropertyName
== string.Empty)
91
fullName = propertyValidationContext.
PropertyName
;
93
fullName = propertyValidationContext.
PropertyName
+ "." + fullName;