2 instantiations of WorkflowApplicationIdleEventArgs
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
2724idleHandler(new WorkflowApplicationIdleEventArgs(this)); 5004action = persistableIdleHandler(new WorkflowApplicationIdleEventArgs(application));
6 references to WorkflowApplicationIdleEventArgs
System.Activities (6)
System\Activities\WorkflowApplication.cs (6)
65Func<WorkflowApplicationIdleEventArgs, PersistableIdleAction> onPersistableIdle; 66Action<WorkflowApplicationIdleEventArgs> onIdle; 223public Action<WorkflowApplicationIdleEventArgs> Idle 236public Func<WorkflowApplicationIdleEventArgs, PersistableIdleAction> PersistableIdle 2717Action<WorkflowApplicationIdleEventArgs> idleHandler = this.Idle; 4993Func<WorkflowApplicationIdleEventArgs, PersistableIdleAction> persistableIdleHandler = application.PersistableIdle;