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