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)
2435
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15657
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)
2678
protected override void
OnKeyDown
(KeyEventArgs e) => OnKeyDown(this, e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
138
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)
31
protected override void
OnKeyDown
(KeyEventArgs e)
25 references to OnKeyDown
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (2)
8796
/// <see cref="
OnKeyDown
(KeyEventArgs)"/>, or <see cref="OnKeyUp(KeyEventArgs)"/>. The <paramref name="m"/>
8844
OnKeyDown
(ke);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1140
base.
OnKeyDown
(kevent);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2455
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15659
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)
147
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)
1302
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2363
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\LabelTests.cs (1)
951
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\PanelTests.cs (1)
1226
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\PictureBoxTests.cs (1)
2906
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\ProgressBarTests.cs (1)
2660
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\PropertyGridTests.cs (1)
4233
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\SendKeysTests.cs (1)
34
base.
OnKeyDown
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4588
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5204
public new void OnKeyDown(KeyEventArgs e) => base.
OnKeyDown
(e);