7 overrides of OnKeyPress
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2463
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15731
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
775
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2933
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
153
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1956
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2297
protected override void
OnKeyPress
(KeyPressEventArgs e)
20 references to OnKeyPress
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (3)
8834
/// appropriate key events for the message by calling the <see cref="
OnKeyPress
(KeyPressEventArgs)"/>,
8859
OnKeyPress
(kpe);
8873
OnKeyPress
(kpe);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2465
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15733
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
784
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
161
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1958
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2299
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
623
=>
OnKeyPress
(e);
System.Windows.Forms.Tests (10)
System\Windows\Forms\ControlTests.cs (1)
1306
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2367
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\LabelTests.cs (1)
955
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\PanelTests.cs (1)
1230
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\PictureBoxTests.cs (1)
2910
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\ProgressBarTests.cs (1)
2664
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\PropertyGridTests.cs (1)
4237
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\SplitterTests.cs (1)
2373
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4592
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5208
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);