7 overrides of OnKeyPress
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2553protected 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)
2434protected override void OnKeyPress(KeyPressEventArgs e)
10 references to OnKeyPress
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (3)
9642/// appropriate key events for the message by calling the <see cref="OnKeyPress(KeyPressEventArgs)"/>, 9667OnKeyPress(kpe); 9681OnKeyPress(kpe);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2555base.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)
2436base.OnKeyPress(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
706=> OnKeyPress(e);