4 references to X
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (2)
29new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.X) }); 69new List<KeyGesture> { new KeyGesture(Key.X, ModifierKeys.Control) });
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
283key = Key.X; 978case Key.X: