4 references to F6
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
171if (e.Key == Key.F6 && (e.KeyboardDevice.Modifiers & ~ModifierKeys.Shift) == 0)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
55new List<KeyGesture> { new KeyGesture(Key.F6, ModifierKeys.Control | ModifierKeys.Alt, "Ctrl + Alt + F6") });
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
395key = Key.F6; 1090case Key.F6: