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