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