3 writes to UsingFallbackValue
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
1278
UsingFallbackValue
= false;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1566
UsingFallbackValue
= true;
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
257
UsingFallbackValue
= 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
))
546
if (bindExpr.StatusInternal == BindingStatusInternal.Active || bindExpr.
UsingFallbackValue
)