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