3 references to WorkflowTerminated
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
731if (WorkflowTerminated != null) WorkflowTerminated(this, args);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
331this.workflowRuntime.WorkflowTerminated += OnWorkflowTerminated;