3 writes to UsingFallbackValue
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
1278UsingFallbackValue = false;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1566UsingFallbackValue = true;
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
257UsingFallbackValue = false;
3 references to UsingFallbackValue
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
1772|| (IsAttaching && (StatusInternal==BindingStatusInternal.Active || UsingFallbackValue) // or about to become active
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (2)
251|| (bindingExpression.StatusInternal != BindingStatusInternal.Active && !bindingExpression.UsingFallbackValue)) 546if (bindExpr.StatusInternal == BindingStatusInternal.Active || bindExpr.UsingFallbackValue)