7 references to F9
System.Windows.Forms (7)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
55
AddKey("F9", Keys.
F9
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
73
new KeywordVk("F9", (int)Keys.
F9
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
454
F9 = Keys.
F9
,
538
ShiftF9 = Keys.Shift + Keys.
F9
,
622
CtrlF9 = Keys.Control + Keys.
F9
,
706
CtrlShiftF9 = Keys.Control + Keys.Shift + Keys.
F9
,
867
AltF9 = Keys.Alt + Keys.
F9
,