12 references to F1
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1509if (((char.IsLetterOrDigit((char)e.KeyCode) && !(e.KeyCode >= Keys.F1 && e.KeyCode <= Keys.F24)) ||
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
531if (((char.IsLetterOrDigit((char)e.KeyCode) && !(e.KeyCode >= Keys.F1 && e.KeyCode <= Keys.F24)) ||
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
108case Keys.F1:
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
667else if ((int)keyCode is >= ((int)Keys.F1) and <= ((int)Keys.F24))
System\Windows\Forms\Input\KeysConverter.cs (1)
53AddKey("F1", Keys.F1);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
50new("F1", Keys.F1),
System\Windows\Forms\Shortcut.cs (5)
279F1 = Keys.F1, 335ShiftF1 = Keys.Shift + Keys.F1, 395CtrlF1 = Keys.Control + Keys.F1, 455CtrlShiftF1 = Keys.Control + Keys.Shift + Keys.F1, 570AltF1 = Keys.Alt + Keys.F1,
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,