7 references to F11
System.Windows.Forms (7)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
50
AddKey("F11", Keys.
F11
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
75
new KeywordVk("F11", (int)Keys.
F11
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
468
F11 = Keys.
F11
,
552
ShiftF11 = Keys.Shift + Keys.
F11
,
636
CtrlF11 = Keys.Control + Keys.
F11
,
720
CtrlShiftF11 = Keys.Control + Keys.Shift + Keys.
F11
,
881
AltF11 = Keys.Alt + Keys.
F11
,