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