7 references to F6
System.Windows.Forms (7)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
59
AddKey("F6", Keys.
F6
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
70
new KeywordVk("F6", (int)Keys.
F6
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
435
F6 = Keys.
F6
,
517
ShiftF6 = Keys.Shift + Keys.
F6
,
601
CtrlF6 = Keys.Control + Keys.
F6
,
685
CtrlShiftF6 = Keys.Control + Keys.Shift + Keys.
F6
,
846
AltF6 = Keys.Alt + Keys.
F6
,