13 references to F4
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1762
(e.KeyCode == Keys.
F4
) ||
winforms\Managed\System\WinForms\KeysConverter.cs (1)
57
AddKey("F4", Keys.
F4
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
2283
case Keys.
F4
:
3960
case Keys.
F4
:
5933
case Keys.
F4
:
6664
case Keys.
F4
:
6814
case Keys.
F4
:
winforms\Managed\System\WinForms\SendKeys.cs (1)
68
new KeywordVk("F4", (int)Keys.
F4
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
421
F4 = Keys.
F4
,
503
ShiftF4 = Keys.Shift + Keys.
F4
,
587
CtrlF4 = Keys.Control + Keys.
F4
,
671
CtrlShiftF4 = Keys.Control + Keys.Shift + Keys.
F4
,
832
AltF4 = Keys.Alt + Keys.
F4
,