11 references to SetValue
PresentationFramework (11)
System\Windows\Data\BindingExpression.cs (5)
345set { SetValue(Feature.Converter, value, null); } 483SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 492set { SetValue(Feature.DataProvider, value, null); } 585SetValue(Feature.DataErrorValue, null, null); 2331SetValue(Feature.DataErrorValue, newDataErrorWR, null);
System\Windows\Data\BindingExpressionBase.cs (6)
127SetValue(Feature.ParentBindingExpressionBase, parent, null); 1667root.SetValue(Feature.BindingGroup, null, oldBindingGroupWR); // not ClearValue, as we'll reset it soon 1674root.SetValue(Feature.BindingGroup, oldBindingGroupWR, null); 2282SetValue(Feature.ValidationError, validationError, null); 2657SetValue(Feature.EffectiveStringFormat, Helper.GetEffectiveStringFormat(stringFormat), null); 2713SetValue(Feature.EffectiveTargetNullValue, targetNullValue, DependencyProperty.UnsetValue);