34 references to KeyPress
System.Web.Mobile (5)
UI\MobileControls\Design\ListGeneralPage.cs (3)
148
_itemCountTextBox.
KeyPress
+= new KeyPressEventHandler(this.OnKeyPressNumberTextBox);
158
_itemsPerPageTextBox.
KeyPress
+= new KeyPressEventHandler(this.OnKeyPressNumberTextBox);
187
_rowsTextBox.
KeyPress
+= new KeyPressEventHandler(this.OnKeyPressNumberTextBox);
UI\MobileControls\Design\ObjectListGeneralPage.cs (2)
118
_txtItemCount.
KeyPress
+= new KeyPressEventHandler(this.OnKeyPressNumberTextBox);
128
_txtItemsPerPage.
KeyPress
+= new KeyPressEventHandler(this.OnKeyPressNumberTextBox);
System.Windows.Forms (28)
winforms\Managed\System\WinForms\Control.cs (1)
9095
/// <para>Raises the <see cref='System.Windows.Forms.Control.
KeyPress
'/> event.</para>
winforms\Managed\System\WinForms\DataGrid.cs (1)
3993
/// <para>Raises the <see cref='System.Windows.Forms.Control.
KeyPress
'/> event.</para>
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
409
/// <para>Handles the <see cref='System.Windows.Forms.Control.
KeyPress
'/>
winforms\Managed\System\WinForms\GroupBox.cs (2)
444
base.
KeyPress
+= value;
447
base.
KeyPress
-= value;
winforms\Managed\System\WinForms\KeyPressEvent.cs (2)
21
/// Provides data for the <see cref='System.Windows.Forms.Control.
KeyPress
'/>
73
/// Gets or sets a value indicating whether the <see cref='System.Windows.Forms.Control.
KeyPress
'/>
winforms\Managed\System\WinForms\KeyPressEventHandler.cs (1)
20
/// Represents a method that will handle the <see cref='System.Windows.Forms.Control.
KeyPress
'/> event of a
winforms\Managed\System\WinForms\Label.cs (2)
754
base.
KeyPress
+= value;
757
base.
KeyPress
-= value;
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2176
/// Raises the <see cref='System.Windows.Forms.Control.
KeyPress
'/> event.
winforms\Managed\System\WinForms\Panel.cs (2)
229
base.
KeyPress
+= value;
232
base.
KeyPress
-= value;
winforms\Managed\System\WinForms\PictureBox.cs (2)
1131
base.
KeyPress
+= value;
1134
base.
KeyPress
-= value;
winforms\Managed\System\WinForms\ProgressBar.cs (2)
688
base.
KeyPress
+= value;
691
base.
KeyPress
-= value;
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1680
base.
KeyPress
+= value;
1683
base.
KeyPress
-= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
358
edit.
KeyPress
+= new KeyPressEventHandler(this.OnEditKeyPress);
winforms\Managed\System\WinForms\Splitter.cs (2)
579
base.
KeyPress
+= value;
582
base.
KeyPress
-= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
893
control.
KeyPress
+= new KeyPressEventHandler(HandleKeyPress);
941
control.
KeyPress
-= new KeyPressEventHandler(HandleKeyPress);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
665
add { base.
KeyPress
+= value; }
666
remove { base.
KeyPress
-= value; }
winforms\Managed\System\WinForms\UpDownBase.cs (2)
97
upDownEdit.
KeyPress
+= new KeyPressEventHandler(this.OnTextBoxKeyPress);
891
/// <para>Raises the <see cref='System.Windows.Forms.Control.
KeyPress
'/>
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
64
this.
KeyPress
+= new KeyPressEventHandler(IntellisenseTextBox_KeyPress);