11 references to F3
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
10304
case Keys.
F3
:
16168
case Keys.
F3
:
22402
case Keys.
F3
:
24690
case Keys.
F3
:
winforms\Managed\System\WinForms\KeysConverter.cs (1)
63
AddKey("F3", Keys.
F3
);
winforms\Managed\System\WinForms\SendKeys.cs (1)
67
new KeywordVk("F3", (int)Keys.
F3
),
winforms\Managed\System\WinForms\Shortcut.cs (5)
414
F3 = Keys.
F3
,
496
ShiftF3 = Keys.Shift + Keys.
F3
,
580
CtrlF3 = Keys.Control + Keys.
F3
,
664
CtrlShiftF3 = Keys.Control + Keys.Shift + Keys.
F3
,
825
AltF3 = Keys.Alt + Keys.
F3
,