5 references to PropertyName
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
785return doa.PropertyName;
MS\Internal\Data\PropertyPathWorker.cs (2)
125dpa?.PropertyName; 1595throw new InvalidOperationException(SR.Format(SR.CannotWriteToReadOnly, item.GetType(), dpa.PropertyName));
System\Windows\PropertyPath.cs (1)
948return doa.PropertyName;
System\Windows\PropertyPathConverter.cs (1)
221name = doa.PropertyName;