7 overrides of OnKeyPress
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2456
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15726
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
777
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2971
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)
1950
protected override void
OnKeyPress
(KeyPressEventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2291
protected 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)"/>,
8938
OnKeyPress
(kpe);
8952
OnKeyPress
(kpe);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2458
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15728
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
786
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)
1952
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2293
base.
OnKeyPress
(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
621
=>
OnKeyPress
(e);