3 references to WorkflowIdled
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
639if (WorkflowIdled != null) 641WorkflowIdled(this, new WorkflowEventArgs(scheduleInstance));
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
335this.workflowRuntime.WorkflowIdled += OnWorkflowIdled;