2 references to FlowchartDesignerCommands
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
128
this.InputBindings.Add(new KeyBinding(
FlowchartDesignerCommands
.ConnectNodesCommand, new DefaultCommandExtensionCallback.ChordKeyGesture(Key.E, Key.F)));
System\Activities\Core\Presentation\FlowchartDesignerCommands.cs (1)
9
public static readonly RoutedCommand ConnectNodesCommand = new RoutedCommand("ConnectNodes", typeof(
FlowchartDesignerCommands
));