5 references to UseFallbackValue
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (2)
1087proposedValue = UseFallbackValue(); 1471value = UseFallbackValue();
System\Windows\Data\BindingExpressionBase.cs (1)
2015ChangeValue(UseFallbackValue(), false /*notify*/);
System\Windows\Data\MultiBindingExpression.cs (1)
1324value = UseFallbackValue();
System\Windows\Data\PriorityBindingExpression.cs (1)
255object newValue = (bindExpr != null) ? bindExpr.GetValue(target, TargetProperty) : UseFallbackValue();