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