15 instantiations of ChordKeyGesture
System.Activities.Presentation (15)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (15)
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) }); 61new List<KeyGesture> { new ChordKeyGesture(Key.K, Key.P) }); 63new List<KeyGesture> { new ChordKeyGesture(Key.K, Key.I) }); 65new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.M) }); 67new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.S) });
5 references to ChordKeyGesture
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (5)
152if (gesture.GetType() == typeof(DefaultCommandExtensionCallback.ChordKeyGesture)) 170if (gesture.GetType() == typeof(DefaultCommandExtensionCallback.ChordKeyGesture)) 172((DefaultCommandExtensionCallback.ChordKeyGesture)gesture).Owner = this; 208if (gesture.GetType() == typeof(DefaultCommandExtensionCallback.ChordKeyGesture)) 210((DefaultCommandExtensionCallback.ChordKeyGesture)gesture).ResetChordMode();