8 references to F5
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
390
case Keys.
F5
:
winforms\Managed\System\WinForms\KeysConverter.cs (1)
58
AddKey("F5", Keys.
F5
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
69
new KeywordVk("F5", (int)Keys.
F5
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
428
F5 = Keys.
F5
,
510
ShiftF5 = Keys.Shift + Keys.
F5
,
594
CtrlF5 = Keys.Control + Keys.
F5
,
678
CtrlShiftF5 = Keys.Control + Keys.Shift + Keys.
F5
,
839
AltF5 = Keys.Alt + Keys.
F5
,