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