7 references to F12
System.Windows.Forms (7)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
49
AddKey("F12", Keys.
F12
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
76
new KeywordVk("F12", (int)Keys.
F12
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
475
F12 = Keys.
F12
,
559
ShiftF12 = Keys.Shift + Keys.
F12
,
643
CtrlF12 = Keys.Control + Keys.
F12
,
727
CtrlShiftF12 = Keys.Control + Keys.Shift + Keys.
F12
,
888
AltF12 = Keys.Alt + Keys.
F12
,