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