7 overrides of OnKeyPress
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2456protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15726protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
777protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2971protected 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)
1950protected override void OnKeyPress(KeyPressEventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2291protected override void OnKeyPress(KeyPressEventArgs e)
10 references to OnKeyPress
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (3)
8913/// appropriate key events for the message by calling the <see cref="OnKeyPress(KeyPressEventArgs)"/>, 8938OnKeyPress(kpe); 8952OnKeyPress(kpe);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2458base.OnKeyPress(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15728base.OnKeyPress(e);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
786base.OnKeyPress(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
161base.OnKeyPress(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1952base.OnKeyPress(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2293base.OnKeyPress(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
621=> OnKeyPress(e);