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