8 references to AutoValidateChanged
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (2)
579add => base.AutoValidateChanged += value; 580remove => base.AutoValidateChanged -= value;
System\Windows\Forms\UserControl.cs (2)
114add => base.AutoValidateChanged += value; 115remove => base.AutoValidateChanged -= value;
System.Windows.Forms.Tests (4)
System\Windows\Forms\ContainerControlTests.cs (4)
312control.AutoValidateChanged += handler; 330control.AutoValidateChanged -= handler; 635control.AutoValidateChanged += handler; 640control.AutoValidateChanged -= handler;