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