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