5 references to EnablePreventFocusChange
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ContainerControl.cs (4)
200
case AutoValidate.
EnablePreventFocusChange
:
1670
bool preventFocusChangeOnError = (autoValidateMode == AutoValidate.
EnablePreventFocusChange
);
1712
if (this.AutoValidate == AutoValidate.
EnablePreventFocusChange
||
1741
preventFocusChangeOnError = (autoValidateMode == AutoValidate.
EnablePreventFocusChange
);
winforms\Managed\System\WinForms\Control.cs (1)
12218
return (parent != null) ? parent.AutoValidate : AutoValidate.
EnablePreventFocusChange
;