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