7 overrides of OnKeyPress
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2463protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15731protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
775protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2933protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
153protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1956protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2297protected 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)"/>, 8859OnKeyPress(kpe); 8873OnKeyPress(kpe);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2465base.OnKeyPress(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15733base.OnKeyPress(e);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
784base.OnKeyPress(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
161base.OnKeyPress(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1958base.OnKeyPress(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2299base.OnKeyPress(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
623=> OnKeyPress(e);
System.Windows.Forms.Tests (10)
System\Windows\Forms\ControlTests.cs (1)
1306public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2367public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\LabelTests.cs (1)
955public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\PanelTests.cs (1)
1230public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\PictureBoxTests.cs (1)
2910public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\ProgressBarTests.cs (1)
2664public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\PropertyGridTests.cs (1)
4237public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\SplitterTests.cs (1)
2373public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4592public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5208public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);