5 references to Inherit
System.Windows.Forms (5)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (5)
31
private AutoValidate _autoValidate = AutoValidate.
Inherit
;
203
[AmbientValue(AutoValidate.
Inherit
)]
210
if (_autoValidate != AutoValidate.
Inherit
)
219
if (value is < AutoValidate.
Inherit
or > AutoValidate.EnableAllowFocusChange)
1980
internal virtual bool ShouldSerializeAutoValidate() => _autoValidate != AutoValidate.
Inherit
;