5 references to ChordKeyGesture
System.Data (5)
cdf\src\NetFx40\Tools\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();