4 references to AutoValidateChanged
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (2)
575add => base.AutoValidateChanged += value; 576remove => base.AutoValidateChanged -= value;
System\Windows\Forms\UserControl.cs (2)
114add => base.AutoValidateChanged += value; 115remove => base.AutoValidateChanged -= value;