5 references to UseFallbackValue
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (2)
1074proposedValue = UseFallbackValue(); 1457value = UseFallbackValue();
System\Windows\Data\BindingExpressionBase.cs (1)
2005ChangeValue(UseFallbackValue(), false /*notify*/);
System\Windows\Data\MultiBindingExpression.cs (1)
1312value = UseFallbackValue();
System\Windows\Data\PriorityBindingExpression.cs (1)
240object newValue = (bindExpr != null) ? bindExpr.GetValue(target, TargetProperty) : UseFallbackValue();