3 references to WorkflowCompleted
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
697if (WorkflowCompleted != null) WorkflowCompleted(this, args);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
330this.workflowRuntime.WorkflowCompleted += OnWorkflowCompleted;