2 references to EnableAllowFocusChange
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
219
if (value is < AutoValidate.Inherit or > AutoValidate.
EnableAllowFocusChange
)
1828
validatedControlAllowsFocusChange = (autoValidateMode == AutoValidate.
EnableAllowFocusChange
);