5 references to UseFallbackValue
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (2)
1078proposedValue = UseFallbackValue(); 1462value = UseFallbackValue();
System\Windows\Data\BindingExpressionBase.cs (1)
2007ChangeValue(UseFallbackValue(), false /*notify*/);
System\Windows\Data\MultiBindingExpression.cs (1)
1313value = UseFallbackValue();
System\Windows\Data\PriorityBindingExpression.cs (1)
248object newValue = (bindExpr != null) ? bindExpr.GetValue(target, TargetProperty) : UseFallbackValue();