11 references to SetValue
PresentationFramework (11)
System\Windows\Data\BindingExpression.cs (5)
341set { SetValue(Feature.Converter, value, null); } 479SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 488set { SetValue(Feature.DataProvider, value, null); } 581SetValue(Feature.DataErrorValue, null, null); 2291SetValue(Feature.DataErrorValue, newDataErrorWR, null);
System\Windows\Data\BindingExpressionBase.cs (6)
126SetValue(Feature.ParentBindingExpressionBase, parent, null); 1665root.SetValue(Feature.BindingGroup, null, oldBindingGroupWR); // not ClearValue, as we'll reset it soon 1672root.SetValue(Feature.BindingGroup, oldBindingGroupWR, null); 2266SetValue(Feature.ValidationError, validationError, null); 2634SetValue(Feature.EffectiveStringFormat, Helper.GetEffectiveStringFormat(stringFormat), null); 2690SetValue(Feature.EffectiveTargetNullValue, targetNullValue, DependencyProperty.UnsetValue);