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