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