5 references to ChordKeyGesture
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (5)
152
if (gesture.GetType() == typeof(DefaultCommandExtensionCallback.
ChordKeyGesture
))
170
if (gesture.GetType() == typeof(DefaultCommandExtensionCallback.
ChordKeyGesture
))
172
((DefaultCommandExtensionCallback.
ChordKeyGesture
)gesture).Owner = this;
208
if (gesture.GetType() == typeof(DefaultCommandExtensionCallback.
ChordKeyGesture
))
210
((DefaultCommandExtensionCallback.
ChordKeyGesture
)gesture).ResetChordMode();