9 overrides of OnEnabledChanged
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1086
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14975
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1118
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1321
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1045
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3137
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Form.cs (1)
4076
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
501
protected override void
OnEnabledChanged
(EventArgs e)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
256
protected override void
OnEnabledChanged
(EventArgs e)
14 references to OnEnabledChanged
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
1769
OnEnabledChanged
(EventArgs.Empty);
4175
OnEnabledChanged
(EventArgs.Empty);
6961
OnEnabledChanged
(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1088
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14977
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1120
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1323
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1047
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3139
base.
OnEnabledChanged
(e);
System\Windows\Forms\Form.cs (1)
4078
base.
OnEnabledChanged
(e);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
508
base.
OnEnabledChanged
(e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1280
public new void OnEnabledChanged(EventArgs e) => base.
OnEnabledChanged
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4576
public new void OnEnabledChanged(EventArgs e) => base.
OnEnabledChanged
(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
258
base.
OnEnabledChanged
(e);