15 references to F2
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
10127
case Keys.
F2
:
15702
case Keys.
F2
:
21901
if (BeginEditInternal(selectAll: !(ke.KeyCode == Keys.
F2
&& ModifierKeys == 0 && EditMode == DataGridViewEditMode.EditOnKeystrokeOrF2)))
21953
or Keys.
F2
24457
case Keys.
F2
:
System\Windows\Forms\Input\KeysConverter.cs (1)
54
AddKey("F2", Keys.
F2
);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
51
new("F2", Keys.
F2
),
System\Windows\Forms\Shortcut.cs (5)
284
F2 = Keys.
F2
,
340
ShiftF2 = Keys.Shift + Keys.
F2
,
400
CtrlF2 = Keys.Control + Keys.
F2
,
460
CtrlShiftF2 = Keys.Control + Keys.Shift + Keys.
F2
,
575
AltF2 = Keys.Alt + Keys.
F2
,
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorPalette.cs (2)
232
Keys.
F2
=> false,
422
if (keyData == Keys.
F2
)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
23
Keys.F12, Keys.F13, Keys.F14, Keys.F15, Keys.F16, Keys.F17, Keys.F18, Keys.F19, Keys.
F2
, Keys.F20,