11 references to SetValue
PresentationFramework (11)
System\Windows\Data\BindingExpression.cs (5)
342set { SetValue(Feature.Converter, value, null); } 480SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 489set { SetValue(Feature.DataProvider, value, null); } 582SetValue(Feature.DataErrorValue, null, null); 2293SetValue(Feature.DataErrorValue, newDataErrorWR, null);
System\Windows\Data\BindingExpressionBase.cs (6)
127SetValue(Feature.ParentBindingExpressionBase, parent, null); 1666root.SetValue(Feature.BindingGroup, null, oldBindingGroupWR); // not ClearValue, as we'll reset it soon 1673root.SetValue(Feature.BindingGroup, oldBindingGroupWR, null); 2267SetValue(Feature.ValidationError, validationError, null); 2635SetValue(Feature.EffectiveStringFormat, Helper.GetEffectiveStringFormat(stringFormat), null); 2691SetValue(Feature.EffectiveTargetNullValue, targetNullValue, DependencyProperty.UnsetValue);