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