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)
14972
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)
4073
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)
254
protected override void
OnEnabledChanged
(EventArgs e)
14 references to OnEnabledChanged
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
1767
OnEnabledChanged
(EventArgs.Empty);
4173
OnEnabledChanged
(EventArgs.Empty);
6959
OnEnabledChanged
(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1088
base.
OnEnabledChanged
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14974
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)
4075
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)
1282
public new void OnEnabledChanged(EventArgs e) => base.
OnEnabledChanged
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4578
public new void OnEnabledChanged(EventArgs e) => base.
OnEnabledChanged
(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
256
base.
OnEnabledChanged
(e);