1 write to autoValidate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
209
autoValidate
= value;
4 references to autoValidate
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ContainerControl.cs (4)
189
if (
autoValidate
== AutoValidate.Inherit) {
193
return
autoValidate
;
208
if (
autoValidate
!= value) {
1879
return
autoValidate
!= AutoValidate.Inherit;