3 writes to _value
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingGroup.cs (3)
1791_value = _bindingExpressionBase.RootBindingExpression.GetRawProposedValue(); 1797_value = (bindingExpression != null) ? bindingExpression.SourceValue : DependencyProperty.UnsetValue; 1802set { _value = value; }
3 references to _value
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingGroup.cs (3)
1789if (_value == BindingGroup.DeferredTargetValue) 1793else if (_value == BindingGroup.DeferredSourceValue) 1800return _value;