6 references to SetValue
PresentationFramework (6)
src\Framework\System\Windows\Data\Binding.cs (2)
253
SetValue
(Feature.ValidationRules, new ValidationRuleCollection());
537
SetValue
(Feature.ObjectSource, new WeakReference<object>(value));
src\Framework\System\Windows\Data\BindingBase.cs (3)
105
set { CheckSealed();
SetValue
(Feature.FallbackValue, value); }
137
set { CheckSealed();
SetValue
(Feature.TargetNullValue, value); }
540
internal void CopyValue(Feature id, BindingBase clone) { if (HasValue(id)) { clone.
SetValue
(id, GetValue(id, null)); } }
src\Framework\System\Windows\Data\MultiBinding.cs (1)
249
SetValue
(Feature.ValidationRules, new ValidationRuleCollection());