4 references to Started
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (1)
284this.serviceContainer.Started += this.Start;
Hosting\WorkflowRuntimeService.cs (2)
38_runtime.Started -= this.HandleStarted; 44_runtime.Started += this.HandleStarted;
WorkflowRuntime.cs (1)
1174EventHandler<WorkflowRuntimeEventArgs> ss = Started;