6 references to SetValue
PresentationFramework (6)
System\Windows\Data\Binding.cs (2)
240
SetValue
(Feature.ValidationRules, new ValidationRuleCollection());
524
SetValue
(Feature.ObjectSource, new WeakReference<object>(value));
System\Windows\Data\BindingBase.cs (3)
100
set { CheckSealed();
SetValue
(Feature.FallbackValue, value); }
132
set { CheckSealed();
SetValue
(Feature.TargetNullValue, value); }
535
internal void CopyValue(Feature id, BindingBase clone) { if (HasValue(id)) { clone.
SetValue
(id, GetValue(id, null)); } }
System\Windows\Data\MultiBinding.cs (1)
240
SetValue
(Feature.ValidationRules, new ValidationRuleCollection());