1 write to _value
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
1412_value = newValue;
4 references to _value
PresentationFramework (4)
System\Windows\Data\BindingExpressionBase.cs (4)
1410object oldValue = (_value != DefaultValueObject) ? _value : DependencyProperty.UnsetValue; 2004if (_value == DefaultValueObject) 2009return _value;