8 references to F12
System.Windows.Forms (7)
System\Windows\Forms\Input\KeysConverter.cs (1)
41AddKey("F12", Keys.F12);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
61new("F12", Keys.F12),
System\Windows\Forms\Shortcut.cs (5)
330F12 = Keys.F12, 390ShiftF12 = Keys.Shift + Keys.F12, 450CtrlF12 = Keys.Control + Keys.F12, 510CtrlShiftF12 = Keys.Control + Keys.Shift + Keys.F12, 625AltF12 = Keys.Alt + Keys.F12,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
23Keys.F12, Keys.F13, Keys.F14, Keys.F15, Keys.F16, Keys.F17, Keys.F18, Keys.F19, Keys.F2, Keys.F20,