7 references to F8
System.Windows.Forms (7)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
54
AddKey("F8", Keys.
F8
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
72
new KeywordVk("F8", (int)Keys.
F8
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
447
F8 = Keys.
F8
,
531
ShiftF8 = Keys.Shift + Keys.
F8
,
615
CtrlF8 = Keys.Control + Keys.
F8
,
699
CtrlShiftF8 = Keys.Control + Keys.Shift + Keys.
F8
,
860
AltF8 = Keys.Alt + Keys.
F8
,