1 override of SetValue
PresentationFramework (1)
System\Windows\Data\PriorityBindingExpression.cs (1)
113
internal override bool
SetValue
(DependencyObject d, DependencyProperty dp, object value)
2 references to SetValue
PresentationFramework (2)
System\Windows\Data\MultiBindingExpression.cs (1)
584
bindExpr.
SetValue
(target, TargetProperty, value); // could pass (null, null, values[i])
System\Windows\Data\PriorityBindingExpression.cs (1)
120
result = bindExpr.
SetValue
(d, dp, value);