1 write to ValidatesOnNotifyDataErrors
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1444binding.ValidatesOnNotifyDataErrors = originalBinding.ValidatesOnNotifyDataErrors;
2 references to ValidatesOnNotifyDataErrors
PresentationFramework (2)
src\Framework\System\Windows\Data\Binding.cs (1)
815get { return ValidatesOnNotifyDataErrors; }
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1444binding.ValidatesOnNotifyDataErrors = originalBinding.ValidatesOnNotifyDataErrors;