3 references to PropertyName
System.Activities (3)
System\Activities\XamlIntegration\PropertyReferenceExtension.cs (3)
31
if (!string.IsNullOrEmpty(this.
PropertyName
))
36
PropertyDescriptor property = TypeDescriptor.GetProperties(targetObject)[
PropertyName
];
46
new InvalidOperationException(SR.PropertyReferenceNotFound(this.
PropertyName
)));