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