8 references to F5
System.Windows.Forms (7)
System\Windows\Forms\Input\KeysConverter.cs (1)
50
AddKey("F5", Keys.
F5
);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
54
new("F5", Keys.
F5
),
System\Windows\Forms\Shortcut.cs (5)
299
F5 = Keys.
F5
,
355
ShiftF5 = Keys.Shift + Keys.
F5
,
415
CtrlF5 = Keys.Control + Keys.
F5
,
475
CtrlShiftF5 = Keys.Control + Keys.Shift + Keys.
F5
,
590
AltF5 = Keys.Alt + Keys.
F5
,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
24
Keys.F21, Keys.F22, Keys.F23, Keys.F24, Keys.F3, Keys.F4, Keys.
F5
, Keys.F6, Keys.F7, Keys.F8, Keys.F9,