3 references to RawValue
PresentationFramework (3)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (3)
403object rawValue = RawValue(Length-1); 418if (!ItemsControl.EqualsEx(oldValue, RawValue(k-1))) 633rawValue = (newValue == BindingExpression.NullDataItem) ? RawValue(k-1) : newValue;