2 writes to autoValidateChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
227
this.
autoValidateChanged
+= value;
230
this.
autoValidateChanged
-= value;
2 references to autoValidateChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
814
if (
autoValidateChanged
!= null) {
815
autoValidateChanged
(this, e);