1 instantiation of WorkflowCommandExtensionItem
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
214WorkflowCommandExtensionItem item = new WorkflowCommandExtensionItem(new DefaultCommandExtensionCallback());
8 references to WorkflowCommandExtensionItem
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\WorkflowCommandExtensionItem.cs (1)
27get { return typeof(WorkflowCommandExtensionItem); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (5)
294Action<WorkflowCommandExtensionItem> updateCommands = (item) => 338this.context.Items.Subscribe<WorkflowCommandExtensionItem>(new SubscribeContextCallback<WorkflowCommandExtensionItem>(updateCommands)); 340if (this.context.Items.Contains<WorkflowCommandExtensionItem>()) 342updateCommands(this.context.Items.GetValue<WorkflowCommandExtensionItem>());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
212if (!this.context.Items.Contains<WorkflowCommandExtensionItem>()) 214WorkflowCommandExtensionItem item = new WorkflowCommandExtensionItem(new DefaultCommandExtensionCallback());