4 references to Stopped
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (1)
285this.serviceContainer.Stopped += this.Stop;
Hosting\WorkflowRuntimeService.cs (2)
39_runtime.Stopped -= this.HandleStopped; 45_runtime.Stopped += this.HandleStopped;
WorkflowRuntime.cs (1)
1375EventHandler<WorkflowRuntimeEventArgs> handler = Stopped;