2 writes to _autoValidateChanged
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
241add => _autoValidateChanged += value; 242remove => _autoValidateChanged -= value;
1 reference to _autoValidateChanged
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
782protected virtual void OnAutoValidateChanged(EventArgs e) => _autoValidateChanged?.Invoke(this, e);