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