7 overrides of OnKeyPress
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2462
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15715
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)
2932
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
150
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)
8795
/// appropriate key events for the message by calling the <see cref="
OnKeyPress
(KeyPressEventArgs)"/>,
8820
OnKeyPress
(kpe);
8834
OnKeyPress
(kpe);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2464
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15717
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)
158
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)
1304
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2365
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\LabelTests.cs (1)
953
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\PanelTests.cs (1)
1228
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\PictureBoxTests.cs (1)
2908
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\ProgressBarTests.cs (1)
2662
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\PropertyGridTests.cs (1)
4235
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\SplitterTests.cs (1)
2371
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4590
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5206
public new void OnKeyPress(KeyPressEventArgs e) => base.
OnKeyPress
(e);