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