11 references to SetValue
PresentationFramework (11)
System\Windows\Data\BindingExpression.cs (5)
354set { SetValue(Feature.Converter, value, null); } 492SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 501set { SetValue(Feature.DataProvider, value, null); } 594SetValue(Feature.DataErrorValue, null, null); 2340SetValue(Feature.DataErrorValue, newDataErrorWR, null);
System\Windows\Data\BindingExpressionBase.cs (6)
135SetValue(Feature.ParentBindingExpressionBase, parent, null); 1675root.SetValue(Feature.BindingGroup, null, oldBindingGroupWR); // not ClearValue, as we'll reset it soon 1682root.SetValue(Feature.BindingGroup, oldBindingGroupWR, null); 2290SetValue(Feature.ValidationError, validationError, null); 2665SetValue(Feature.EffectiveStringFormat, Helper.GetEffectiveStringFormat(stringFormat), null); 2721SetValue(Feature.EffectiveTargetNullValue, targetNullValue, DependencyProperty.UnsetValue);