11 references to F1
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1758
if (((char.IsLetterOrDigit((char)e.KeyCode) && !(e.KeyCode >= Keys.
F1
&& e.KeyCode <= Keys.F24)) ||
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
560
if (((char.IsLetterOrDigit((char)e.KeyCode) && !(e.KeyCode >= Keys.
F1
&& e.KeyCode <= Keys.F24)) ||
winforms\Managed\System\WinForms\KeysConverter.cs (1)
61
AddKey("F1", Keys.
F1
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6665
case Keys.
F1
:
winforms\Managed\System\WinForms\SendKeys.cs (1)
65
new KeywordVk("F1", (int)Keys.
F1
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
400
F1 = Keys.
F1
,
482
ShiftF1 = Keys.Shift + Keys.
F1
,
566
CtrlF1 = Keys.Control + Keys.
F1
,
650
CtrlShiftF1 = Keys.Control + Keys.Shift + Keys.
F1
,
811
AltF1 = Keys.Alt + Keys.
F1
,
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1487
else if (((int)keyCode >= (int)Keys.
F1
) && ((int)keyCode <= (int)Keys.F24)) {