1 write to _autoValidate
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
229_autoValidate = value;
4 references to _autoValidate
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
210if (_autoValidate != AutoValidate.Inherit) 212return _autoValidate; 224if (_autoValidate == value) 1989internal virtual bool ShouldSerializeAutoValidate() => _autoValidate != AutoValidate.Inherit;