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