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