3 references to GetValue
PresentationFramework (3)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
963object value = MutableBindingExpressions[i].GetValue(null, null); // could pass (null, null) 1168_tempValues[i] = MutableBindingExpressions[i].GetValue(target, TargetProperty); // could pass (null, null)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
259object newValue = (bindExpr != null) ? bindExpr.GetValue(target, TargetProperty) : UseFallbackValue();