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