41 references to KeyDown
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
228
_tvDefinedStyles.
KeyDown
+= new KeyEventHandler(OnKeyDown);
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
132
TvList.
KeyDown
+= new KeyEventHandler(OnKeyDown);
System.Windows.Forms (36)
winforms\Managed\System\WinForms\Control.cs (1)
9084
/// <para>Raises the <see cref='System.Windows.Forms.Control.
KeyDown
'/> event.</para>
winforms\Managed\System\WinForms\DataGrid.cs (1)
3981
/// Raises the <see cref='System.Windows.Forms.Control.
KeyDown
'/>
winforms\Managed\System\WinForms\GroupBox.cs (2)
432
base.
KeyDown
+= value;
435
base.
KeyDown
-= value;
winforms\Managed\System\WinForms\KeyEvent.cs (5)
22
/// Provides data for the <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/>
104
/// Gets the keyboard code for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/>
128
/// Gets the keyboard value for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/>
142
/// Gets the key data for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/>
155
/// Gets the modifier flags for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/> event.
winforms\Managed\System\WinForms\KeyEventHandler.cs (1)
18
/// Represents a method that will handle the <see cref='System.Windows.Forms.Control.KeyUp'/> or <see cref='System.Windows.Forms.Control.
KeyDown
'/> event of a <see cref='System.Windows.Forms.Control'/>.
winforms\Managed\System\WinForms\Label.cs (2)
742
base.
KeyDown
+= value;
745
base.
KeyDown
-= value;
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2043
/// Raises the <see cref='System.Windows.Forms.Control.
KeyDown
'/> event.
winforms\Managed\System\WinForms\Panel.cs (2)
217
base.
KeyDown
+= value;
220
base.
KeyDown
-= value;
winforms\Managed\System\WinForms\PictureBox.cs (2)
1117
base.
KeyDown
+= value;
1120
base.
KeyDown
-= value;
winforms\Managed\System\WinForms\PreviewKeyDownEventArgs.cs (4)
61
/// Gets the keyboard code for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/>
85
/// Gets the keyboard value for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/>
99
/// Gets the key data for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/>
112
/// Gets the modifier flags for a <see cref='System.Windows.Forms.Control.
KeyDown
'/> or <see cref='System.Windows.Forms.Control.KeyUp'/> event.
winforms\Managed\System\WinForms\ProgressBar.cs (2)
676
base.
KeyDown
+= value;
679
base.
KeyDown
-= value;
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1667
base.
KeyDown
+= value;
1670
base.
KeyDown
-= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
312
btnDialog.
KeyDown
+= new KeyEventHandler(this.OnBtnKeyDown);
357
edit.
KeyDown
+= new KeyEventHandler(this.OnEditKeyDown);
395
listBox.
KeyDown
+= new KeyEventHandler(this.OnListKeyDown);
winforms\Managed\System\WinForms\Splitter.cs (2)
565
base.
KeyDown
+= value;
568
base.
KeyDown
-= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
892
control.
KeyDown
+= new KeyEventHandler(HandleKeyDown);
940
control.
KeyDown
-= new KeyEventHandler(HandleKeyDown);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
659
add { base.
KeyDown
+= value; }
660
remove { base.
KeyDown
-= value; }
winforms\Managed\System\WinForms\UpDownBase.cs (2)
96
upDownEdit.
KeyDown
+= new KeyEventHandler(this.OnTextBoxKeyDown);
862
/// <para>Raises the <see cref='System.Windows.Forms.Control.
KeyDown
'/>
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (1)
68
this.
KeyDown
+= new System.Windows.Forms.KeyEventHandler(this.IntellisenseTextBox_KeyDown);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
955
base.TreeView.
KeyDown
+= new KeyEventHandler(TreeView_KeyDown);
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
116
this.parametersGrid.
KeyDown
+= new KeyEventHandler(parametersGrid_KeyDown);