5 references to PropertyName
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
785
return doa.
PropertyName
;
MS\Internal\Data\PropertyPathWorker.cs (2)
125
dpa?.
PropertyName
;
1595
throw new InvalidOperationException(SR.Format(SR.CannotWriteToReadOnly, item.GetType(), dpa.
PropertyName
));
System\Windows\PropertyPath.cs (1)
948
return doa.
PropertyName
;
System\Windows\PropertyPathConverter.cs (1)
221
name = doa.
PropertyName
;