3 writes to _value
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1762_value = _bindingExpressionBase.RootBindingExpression.GetRawProposedValue(); 1768_value = (bindingExpression != null) ? bindingExpression.SourceValue : DependencyProperty.UnsetValue; 1773set { _value = value; }
3 references to _value
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1760if (_value == BindingGroup.DeferredTargetValue) 1764else if (_value == BindingGroup.DeferredSourceValue) 1771return _value;