7 references to ICommandService
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
666
ICommandService
commandService = this.editingContext.Services.GetService<
ICommandService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (4)
220
return null != this.Context.Services.GetService<
ICommandService
>();
230
return this.Context.Services.GetService<
ICommandService
>().IsCommandSupported(commandId);
1692
ICommandService
commandService = this.Context.Services.GetService<
ICommandService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
146
this.context.Services.Subscribe<
ICommandService
>((s) =>