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