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