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