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