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