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)
314control.AutoValidateChanged += handler; 332control.AutoValidateChanged -= handler; 637control.AutoValidateChanged += handler; 642control.AutoValidateChanged -= handler;