8 references to F11
System.Windows.Forms (7)
System\Windows\Forms\Input\KeysConverter.cs (1)
42
AddKey("F11", Keys.
F11
);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
60
new("F11", Keys.
F11
),
System\Windows\Forms\Shortcut.cs (5)
325
F11 = Keys.
F11
,
385
ShiftF11 = Keys.Shift + Keys.
F11
,
445
CtrlF11 = Keys.Control + Keys.
F11
,
505
CtrlShiftF11 = Keys.Control + Keys.Shift + Keys.
F11
,
620
AltF11 = Keys.Alt + Keys.
F11
,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
22
Keys.D8, Keys.D9, Keys.Delete, Keys.Down, Keys.E, Keys.End, Keys.F, Keys.F1, Keys.F10, Keys.
F11
,