11 references to F11
System.Windows.Forms (10)
System\Windows\Forms\Components\KioskModeManager\KioskModeManager.cs (3)
86private Keys _toggleFullScreenKeys = Keys.F11; 231/// toggling. The default is <see cref="Keys.F11"/>. 243[DefaultValue(Keys.F11)]
System\Windows\Forms\Input\KeysConverter.cs (1)
42AddKey("F11", Keys.F11);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
60new("F11", Keys.F11),
System\Windows\Forms\Shortcut.cs (5)
325F11 = Keys.F11, 385ShiftF11 = Keys.Shift + Keys.F11, 445CtrlF11 = Keys.Control + Keys.F11, 505CtrlShiftF11 = Keys.Control + Keys.Shift + Keys.F11, 620AltF11 = Keys.Alt + Keys.F11,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
22Keys.D8, Keys.D9, Keys.Delete, Keys.Down, Keys.E, Keys.End, Keys.F, Keys.F1, Keys.F10, Keys.F11,