16 overrides of OnKeyDown
System.Windows.Forms (12)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1177
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)
15670
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)
2694
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)
802
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1395
protected override void
OnKeyDown
(KeyEventArgs ke)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1838
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2248
protected override void
OnKeyDown
(KeyEventArgs e)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
419
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)
8898
/// <see cref="
OnKeyDown
(KeyEventArgs)"/>, or <see cref="OnKeyUp(KeyEventArgs)"/>. The <paramref name="m"/>
8946
OnKeyDown
(ke);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1199
base.
OnKeyDown
(kevent);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2456
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15672
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)
804
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1413
base.
OnKeyDown
(ke);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1840
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2250
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
426
base.
OnKeyDown
(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
590
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)
4326
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);