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