14 references to F10
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (3)
9043
if (keyCode is not Keys.
F10
and not Keys.Menu and not Keys.Tab)
9067
if (keyCode is Keys.
F10
or Keys.Menu)
12929
|| IsKeyDown(Keys.
F10
, stateArray)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
15704
case Keys.
F10
:
24467
case Keys.
F10
:
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
697
=> (keyData & Keys.KeyCode) is Keys.Menu or Keys.
F10
;
System\Windows\Forms\Input\KeysConverter.cs (1)
43
AddKey("F10", Keys.
F10
);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
59
new("F10", Keys.
F10
),
System\Windows\Forms\Shortcut.cs (5)
320
F10 = Keys.
F10
,
380
ShiftF10 = Keys.Shift + Keys.
F10
,
440
CtrlF10 = Keys.Control + Keys.
F10
,
500
CtrlShiftF10 = Keys.Control + Keys.Shift + Keys.
F10
,
615
AltF10 = Keys.Alt + Keys.
F10
,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
22
Keys.D8, Keys.D9, Keys.Delete, Keys.Down, Keys.E, Keys.End, Keys.F, Keys.F1, Keys.
F10
, Keys.F11,