3 instantiations of KeyPressEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
10527kpe = new KeyPressEventArgs(unchecked((char)(long)m.WParam)); 10581kpe = new KeyPressEventArgs(unicodeChar); 10587kpe = new KeyPressEventArgs(unchecked((char)(long)m.WParam));
27 references to KeyPressEventArgs
System.Web.Mobile (2)
UI\MobileControls\Design\ListGeneralPage.cs (1)
288private void OnKeyPressNumberTextBox(Object source, KeyPressEventArgs e)
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
179private void OnKeyPressNumberTextBox(Object source, KeyPressEventArgs e)
System.Windows.Forms (24)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
910protected override void OnKeyPress(KeyPressEventArgs e) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
2600protected override void OnKeyPress(KeyPressEventArgs e) {
winforms\Managed\System\WinForms\Control.cs (2)
9098protected virtual void OnKeyPress(KeyPressEventArgs e) { 10513KeyPressEventArgs kpe = null;
winforms\Managed\System\WinForms\DataGrid.cs (1)
3995protected override void OnKeyPress(KeyPressEventArgs kpe) {
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
73protected override void OnKeyPress(KeyPressEventArgs e)
winforms\Managed\System\WinForms\DataGridViewCell.cs (4)
2789protected virtual bool KeyPressUnsharesRow(KeyPressEventArgs e, int rowIndex) 2794internal bool KeyPressUnsharesRowInternal(KeyPressEventArgs e, int rowIndex) 3296internal void OnKeyPressInternal(KeyPressEventArgs e, int rowIndex) 3302protected virtual void OnKeyPress(KeyPressEventArgs e, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
16191protected override void OnKeyPress(KeyPressEventArgs e)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
413protected override void OnTextBoxKeyPress(object source, KeyPressEventArgs e) {
winforms\Managed\System\WinForms\KeyPressEvent.cs (1)
46/// instance of the <see cref='System.Windows.Forms.KeyPressEventArgs'/>
winforms\Managed\System\WinForms\KeyPressEventHandler.cs (1)
24public delegate void KeyPressEventHandler(object sender, KeyPressEventArgs e);
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2178protected override void OnKeyPress(KeyPressEventArgs e)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
520protected override void OnTextBoxKeyPress(object source, KeyPressEventArgs e) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
2739private void OnEditKeyPress(object sender, KeyPressEventArgs ke) { 3157protected override void OnKeyPress(KeyPressEventArgs ke) { 6701protected override void OnKeyPress(KeyPressEventArgs ke) {
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
672private void HandleKeyPress(object sender, KeyPressEventArgs e) { 792protected virtual void OnKeyPress(KeyPressEventArgs e) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3483internal void RaiseKeyPressEvent(object key, KeyPressEventArgs e) {
winforms\Managed\System\WinForms\TreeView.cs (1)
2356protected override void OnKeyPress(KeyPressEventArgs e) {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
894protected virtual void OnTextBoxKeyPress(object source, KeyPressEventArgs e) {
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
85void IntellisenseTextBox_KeyPress(object sender, KeyPressEventArgs e)