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