1 instantiation of DefaultCommandExtensionCallback
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
214WorkflowCommandExtensionItem item = new WorkflowCommandExtensionItem(new DefaultCommandExtensionCallback());
6 references to DefaultCommandExtensionCallback
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (6)
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(); 330if (item.CommandExtensionCallback.GetType() == typeof(DefaultCommandExtensionCallback))