10 references to ChangeValue
PresentationFramework (10)
src\Framework\System\Windows\Data\BindingExpression.cs (4)
601ChangeValue(DependencyProperty.UnsetValue, false); 1013ChangeValue(currentValue, /*notify*/false); 1122ChangeValue(DefaultValueObject, false); 1491ChangeValue(value, true);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
2006ChangeValue(UseFallbackValue(), false /*notify*/); 2012ChangeValue(value, true); 2107ChangeValue(newValue, false);
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
248ChangeValue(currentValue, /*notify*/false); 1343ChangeValue(value, true);
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
260ChangeValue(newValue, true);