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