11 references to SetValue
PresentationFramework (11)
src\Framework\System\Windows\Data\BindingExpression.cs (5)
359set { SetValue(Feature.Converter, value, null); } 497SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 506set { SetValue(Feature.DataProvider, value, null); } 597SetValue(Feature.DataErrorValue, null, null); 2320SetValue(Feature.DataErrorValue, newDataErrorWR, null);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (6)
140SetValue(Feature.ParentBindingExpressionBase, parent, null); 1668root.SetValue(Feature.BindingGroup, null, oldBindingGroupWR); // not ClearValue, as we'll reset it soon 1675root.SetValue(Feature.BindingGroup, oldBindingGroupWR, null); 2281SetValue(Feature.ValidationError, validationError, null); 2664SetValue(Feature.EffectiveStringFormat, Helper.GetEffectiveStringFormat(stringFormat), null); 2720SetValue(Feature.EffectiveTargetNullValue, targetNullValue, DependencyProperty.UnsetValue);