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