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)
14974
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)
1044
protected override void
OnEnabledChanged
(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3136
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)
255
protected override void
OnEnabledChanged
(EventArgs e)
14 references to OnEnabledChanged
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
1768
OnEnabledChanged
(EventArgs.Empty);
4174
OnEnabledChanged
(EventArgs.Empty);
6960
OnEnabledChanged
(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1088
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14976
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)
1046
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3138
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)
257
base.
OnEnabledChanged
(e);