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