1 write to _value
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1422_value = newValue;
4 references to _value
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (4)
1420object oldValue = (_value != DefaultValueObject) ? _value : DependencyProperty.UnsetValue; 2003if (_value == DefaultValueObject) 2008return _value;