12 references to F3
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
10128case Keys.F3: 15703case Keys.F3: 21954or Keys.F3 24462case Keys.F3:
System\Windows\Forms\Input\KeysConverter.cs (1)
55AddKey("F3", Keys.F3);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
52new("F3", Keys.F3),
System\Windows\Forms\Shortcut.cs (5)
289F3 = Keys.F3, 345ShiftF3 = Keys.Shift + Keys.F3, 405CtrlF3 = Keys.Control + Keys.F3, 465CtrlShiftF3 = Keys.Control + Keys.Shift + Keys.F3, 580AltF3 = Keys.Alt + Keys.F3,
System.Windows.Forms.Design (1)
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,