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