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