16 overrides of OnKeyDown
System.Windows.Forms (12)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1118
protected override void
OnKeyDown
(KeyEventArgs kevent)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2436
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15672
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
793
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2679
protected override void
OnKeyDown
(KeyEventArgs e) => OnKeyDown(this, e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
141
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
801
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1374
protected override void
OnKeyDown
(KeyEventArgs ke)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1844
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2247
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
423
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
928
protected override void
OnKeyDown
(KeyEventArgs e)
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ByteViewer.cs (1)
507
protected override void
OnKeyDown
(KeyEventArgs e)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
94
protected override void
OnKeyDown
(KeyEventArgs e)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
270
protected override void
OnKeyDown
(KeyEventArgs e)
System.Windows.Forms.Tests (1)
System\Windows\Forms\SendKeysTests.cs (1)
33
protected override void
OnKeyDown
(KeyEventArgs e)
25 references to OnKeyDown
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (2)
8835
/// <see cref="
OnKeyDown
(KeyEventArgs)"/>, or <see cref="OnKeyUp(KeyEventArgs)"/>. The <paramref name="m"/>
8883
OnKeyDown
(ke);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1140
base.
OnKeyDown
(kevent);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2456
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15674
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
795
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
150
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
803
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1392
base.
OnKeyDown
(ke);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1846
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2249
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
430
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
594
OnKeyDown
(e);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
931
base.
OnKeyDown
(e);
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
272
base.
OnKeyDown
(e);
System.Windows.Forms.Tests (10)
System\Windows\Forms\ControlTests.cs (1)
1304
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2365
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\LabelTests.cs (1)
953
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\PanelTests.cs (1)
1228
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\PictureBoxTests.cs (1)
2908
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\ProgressBarTests.cs (1)
2662
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\PropertyGridTests.cs (1)
4235
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\SendKeysTests.cs (1)
36
base.
OnKeyDown
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4590
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5206
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);