24 references to F4
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1520
(e.KeyCode == Keys.
F4
) ||
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2028
case Keys.
F4
:
3814
case Keys.
F4
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
532
case Keys.
F4
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (2)
107
case Keys.
F4
:
259
case Keys.
F4
:
System\Windows\Forms\Input\KeysConverter.cs (1)
49
AddKey("F4", Keys.
F4
);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
53
new("F4", Keys.
F4
),
System\Windows\Forms\Shortcut.cs (5)
294
F4 = Keys.
F4
,
350
ShiftF4 = Keys.Shift + Keys.
F4
,
410
CtrlF4 = Keys.Control + Keys.
F4
,
470
CtrlShiftF4 = Keys.Control + Keys.Shift + Keys.
F4
,
585
AltF4 = Keys.Alt + Keys.
F4
,
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
312
if (keyData is (Keys.Alt | Keys.Down) or (Keys.Alt | Keys.Up) or Keys.
F4
)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
127
if (keyData is (Keys.Alt | Keys.Down) or (Keys.Alt | Keys.Up) or Keys.
F4
)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1039
if ((e.Modifiers) == 0 && e.KeyCode == Keys.
F4
)
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,
System.Windows.Forms.Tests (7)
System\Windows\Forms\ControlTests.Methods.cs (3)
4408
yield return new object[] { Keys.
F4
, false };
4438
yield return new object[] { Keys.Control | Keys.
F4
, false };
4468
yield return new object[] { Keys.Alt | Keys.
F4
, false };
System\Windows\Forms\KeysConverterTests.cs (1)
147
Keys.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)
4011
yield return new object[] { Keys.
F4
, false };
4036
yield return new object[] { Keys.Control | Keys.
F4
, false };
4065
yield return new object[] { Keys.Alt | Keys.
F4
, false };