10 references to EnableAllowFocusChange
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
220if (value is < AutoValidate.Inherit or > AutoValidate.EnableAllowFocusChange) 1835validatedControlAllowsFocusChange = (autoValidateMode == AutoValidate.EnableAllowFocusChange);
System.Windows.Forms.Tests (8)
System\Windows\Forms\ContainerControlTests.cs (4)
280yield return new object[] { AutoValidate.EnableAllowFocusChange, AutoValidate.EnableAllowFocusChange }; 325control.AutoValidate = AutoValidate.EnableAllowFocusChange; 326Assert.Equal(AutoValidate.EnableAllowFocusChange, control.AutoValidate);
System\Windows\Forms\UserControlTests.cs (4)
671yield return new object[] { AutoValidate.EnableAllowFocusChange, AutoValidate.EnableAllowFocusChange }; 716control.AutoValidate = AutoValidate.EnableAllowFocusChange; 717Assert.Equal(AutoValidate.EnableAllowFocusChange, control.AutoValidate);