7 references to Inherit
System.Windows.Forms (5)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (5)
32
private AutoValidate _autoValidate = AutoValidate.
Inherit
;
204
[AmbientValue(AutoValidate.
Inherit
)]
211
if (_autoValidate != AutoValidate.
Inherit
)
220
if (value is < AutoValidate.
Inherit
or > AutoValidate.EnableAllowFocusChange)
1990
internal virtual bool ShouldSerializeAutoValidate() => _autoValidate != AutoValidate.
Inherit
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ContainerControlTests.cs (1)
281
yield return new object[] { AutoValidate.
Inherit
, AutoValidate.EnablePreventFocusChange };
System\Windows\Forms\UserControlTests.cs (1)
672
yield return new object[] { AutoValidate.
Inherit
, AutoValidate.EnablePreventFocusChange };