4 references to F
System.Windows.Forms (2)
System\Windows\Forms\Shortcut.cs (2)
44
CtrlF = Keys.Control + Keys.
F
,
174
CtrlShiftF = Keys.Control + Keys.Shift + Keys.
F
,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
22
Keys.D8, Keys.D9, Keys.Delete, Keys.Down, Keys.E, Keys.End, Keys.
F
, Keys.F1, Keys.F10, Keys.F11,
WinFormsControlsTest (1)
RichTextBoxes.cs (1)
96
if (e.Control && e.KeyCode == Keys.
F
)