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