3 writes to _value
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1784_value = _bindingExpressionBase.RootBindingExpression.GetRawProposedValue(); 1790_value = (bindingExpression != null) ? bindingExpression.SourceValue : DependencyProperty.UnsetValue; 1795set { _value = value; }
3 references to _value
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1782if (_value == BindingGroup.DeferredTargetValue) 1786else if (_value == BindingGroup.DeferredSourceValue) 1793return _value;