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