24 references to F4
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1531(e.KeyCode == Keys.F4) ||
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2028case Keys.F4: 3814case Keys.F4:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
532case Keys.F4:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (2)
107case Keys.F4: 259case Keys.F4:
System\Windows\Forms\Input\KeysConverter.cs (1)
49AddKey("F4", Keys.F4);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
53new("F4", Keys.F4),
System\Windows\Forms\Shortcut.cs (5)
294F4 = Keys.F4, 350ShiftF4 = Keys.Shift + Keys.F4, 410CtrlF4 = Keys.Control + Keys.F4, 470CtrlShiftF4 = Keys.Control + Keys.Shift + Keys.F4, 585AltF4 = Keys.Alt + Keys.F4,
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
312if (keyData is (Keys.Alt | Keys.Down) or (Keys.Alt | Keys.Up) or Keys.F4)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
127if (keyData is (Keys.Alt | Keys.Down) or (Keys.Alt | Keys.Up) or Keys.F4)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1039if ((e.Modifiers) == 0 && e.KeyCode == Keys.F4)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
24Keys.F21, Keys.F22, Keys.F23, Keys.F24, Keys.F3, Keys.F4, Keys.F5, Keys.F6, Keys.F7, Keys.F8, Keys.F9,
System.Windows.Forms.Tests (7)
System\Windows\Forms\ControlTests.Methods.cs (3)
4408yield return new object[] { Keys.F4, false }; 4438yield return new object[] { Keys.Control | Keys.F4, false }; 4468yield return new object[] { Keys.Alt | Keys.F4, false };
System\Windows\Forms\KeysConverterTests.cs (1)
147Keys.Delete, Keys.End, Keys.Enter, Keys.F1, Keys.F10, Keys.F11, Keys.F12, Keys.F2, Keys.F3, Keys.F4, Keys.F5, Keys.F6, Keys.F7, Keys.F8,
System\Windows\Forms\TabControlTests.cs (3)
4011yield return new object[] { Keys.F4, false }; 4036yield return new object[] { Keys.Control | Keys.F4, false }; 4065yield return new object[] { Keys.Alt | Keys.F4, false };