7 references to F7
System.Windows.Forms (7)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
60
AddKey("F7", Keys.
F7
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
71
new KeywordVk("F7", (int)Keys.
F7
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
442
F7 = Keys.
F7
,
524
ShiftF7 = Keys.Shift + Keys.
F7
,
608
CtrlF7 = Keys.Control + Keys.
F7
,
692
CtrlShiftF7 = Keys.Control + Keys.Shift + Keys.
F7
,
853
AltF7 = Keys.Alt + Keys.
F7
,