1 write to _value
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
1420_value = newValue;
4 references to _value
PresentationFramework (4)
System\Windows\Data\BindingExpressionBase.cs (4)
1418object oldValue = (_value != DefaultValueObject) ? _value : DependencyProperty.UnsetValue; 2012if (_value == DefaultValueObject) 2017return _value;