5 references to PropertyName
PresentationFramework (5)
MS\Internal\Data\ClrBindingWorker.cs (1)
784return doa.PropertyName;
MS\Internal\Data\PropertyPathWorker.cs (2)
124dpa?.PropertyName; 1596throw new InvalidOperationException(SR.Format(SR.CannotWriteToReadOnly, item.GetType(), dpa.PropertyName));
System\Windows\PropertyPath.cs (1)
947return doa.PropertyName;
System\Windows\PropertyPathConverter.cs (1)
220name = doa.PropertyName;