18 references to E
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
981case Key.E: return 0x0E;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
128this.InputBindings.Add(new KeyBinding(FlowchartDesignerCommands.ConnectNodesCommand, new DefaultCommandExtensionCallback.ChordKeyGesture(Key.E, Key.F)));
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (14)
25new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.P) }); 27new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.E) }); 29new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.X) }); 31new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.C) }); 33new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.Y) }); 35new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.R) }); 45new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.A) }); 47new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.V) }); 49new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.I) }); 51new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.O) }); 53new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.N) }); 65new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.M) }); 67new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.S) });
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
207key = Key.E; 902case Key.E: