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