18 references to CausesValidationChanged
System.Windows.Forms (12)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
190
add => base.
CausesValidationChanged
+= value;
191
remove => base.
CausesValidationChanged
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
175
add => base.
CausesValidationChanged
+= value;
176
remove => base.
CausesValidationChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
463
add => base.
CausesValidationChanged
+= value;
464
remove => base.
CausesValidationChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (2)
190
add => base.
CausesValidationChanged
+= value;
191
remove => base.
CausesValidationChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (2)
132
add => base.
CausesValidationChanged
+= value;
133
remove => base.
CausesValidationChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
373
add => base.
CausesValidationChanged
+= value;
374
remove => base.
CausesValidationChanged
-= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
490
nameof(ToolStripPanel.
CausesValidationChanged
),
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.Handlers.cs (2)
767
control.
CausesValidationChanged
+= handler;
772
control.
CausesValidationChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (2)
3258
control.
CausesValidationChanged
+= handler;
3276
control.
CausesValidationChanged
-= handler;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
905
this.
CausesValidationChanged
+= this.OnPropertyChangedCausesValidation;