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