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