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)
57AddKey("F4", Keys.F4);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
2283case Keys.F4: 3960case Keys.F4: 5933case Keys.F4: 6664case Keys.F4: 6814case Keys.F4:
winforms\Managed\System\WinForms\SendKeys.cs (1)
68new KeywordVk("F4", (int)Keys.F4),
winforms\Managed\System\WinForms\Shortcut.cs (5)
421F4 = Keys.F4, 503ShiftF4 = Keys.Shift + Keys.F4, 587CtrlF4 = Keys.Control + Keys.F4, 671CtrlShiftF4 = Keys.Control + Keys.Shift + Keys.F4, 832AltF4 = Keys.Alt + Keys.F4,