1 write to _autoValidate
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
230_autoValidate = value;
4 references to _autoValidate
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
211if (_autoValidate != AutoValidate.Inherit) 213return _autoValidate; 225if (_autoValidate == value) 1990internal virtual bool ShouldSerializeAutoValidate() => _autoValidate != AutoValidate.Inherit;