1 write to _value
PresentationFramework (1)
System\Windows\Data\BindingExpressionBase.cs (1)
1404_value = newValue;
4 references to _value
PresentationFramework (4)
System\Windows\Data\BindingExpressionBase.cs (4)
1402object oldValue = (_value != DefaultValueObject) ? _value : DependencyProperty.UnsetValue; 1996if (_value == DefaultValueObject) 2001return _value;