5 references to PropertyName
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
810
return doa.
PropertyName
;
MS\Internal\Data\PropertyPathWorker.cs (2)
125
(dpa != null) ? dpa.
PropertyName
: null;
1635
throw new InvalidOperationException(SR.Format(SR.CannotWriteToReadOnly, item.GetType(), dpa.
PropertyName
));
System\Windows\PropertyPath.cs (1)
959
return doa.
PropertyName
;
System\Windows\PropertyPathConverter.cs (1)
224
name = doa.
PropertyName
;