1 implementation of IDesignerDebugView
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
25public class DebuggerService : IDesignerDebugView
7 references to IDesignerDebugView
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (5)
225return null != this.Context.Services.GetService<IDesignerDebugView>() && this.isCommandServiceEnabled(); 282IDesignerDebugView debugView = this.Context.Services.GetService<IDesignerDebugView>(); 1691IDesignerDebugView debuggerService = this.Context.Services.GetService<IDesignerDebugView>();
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (2)
17public IDesignerDebugView DebugManagerView 32this.context.Services.Publish<IDesignerDebugView>(this.debuggerService);