1 implementation of IDesignerDebugView
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
25public class DebuggerService : IDesignerDebugView
7 references to IDesignerDebugView
System.Data (7)
cdf\src\NetFx40\Tools\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>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (2)
17public IDesignerDebugView DebugManagerView 32this.context.Services.Publish<IDesignerDebugView>(this.debuggerService);