4 references to EnablePreventFocusChange
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
10545
return (parent is not null) ? parent.AutoValidate : AutoValidate.
EnablePreventFocusChange
;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
1758
bool preventFocusChangeOnError = (autoValidateMode == AutoValidate.
EnablePreventFocusChange
);
1792
if (AutoValidate == AutoValidate.
EnablePreventFocusChange
||
1827
preventFocusChangeOnError = (autoValidateMode == AutoValidate.
EnablePreventFocusChange
);