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