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