2 overrides of AutoValidate
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
565public override AutoValidate AutoValidate
System\Windows\Forms\UserControl.cs (1)
104public override AutoValidate AutoValidate
2 writes to AutoValidate
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
568set => base.AutoValidate = value;
System\Windows\Forms\UserControl.cs (1)
107set => base.AutoValidate = value;
4 references to AutoValidate
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
10545return (parent is not null) ? parent.AutoValidate : AutoValidate.EnablePreventFocusChange;
System\Windows\Forms\Form.cs (1)
567get => base.AutoValidate;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1792if (AutoValidate == AutoValidate.EnablePreventFocusChange ||
System\Windows\Forms\UserControl.cs (1)
106get => base.AutoValidate;