3 writes to _value
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1759_value = _bindingExpressionBase.RootBindingExpression.GetRawProposedValue(); 1765_value = (bindingExpression != null) ? bindingExpression.SourceValue : DependencyProperty.UnsetValue; 1770set { _value = value; }
3 references to _value
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1757if (_value == BindingGroup.DeferredTargetValue) 1761else if (_value == BindingGroup.DeferredSourceValue) 1768return _value;