5 references to PropertyName
PresentationFramework (5)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
818
return doa.
PropertyName
;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
133
(dpa != null) ? dpa.
PropertyName
: null;
1638
throw new InvalidOperationException(SR.Get(SRID.CannotWriteToReadOnly, item.GetType(), dpa.
PropertyName
));
src\Framework\System\Windows\PropertyPath.cs (1)
959
return doa.
PropertyName
;
src\Framework\System\Windows\PropertyPathConverter.cs (1)
245
name = doa.
PropertyName
;