3 references to IsIdle
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (1)
423
return this.isDisposed || this.scheduler.
IsIdle
;
System\Activities\Runtime\Scheduler.cs (2)
329
if (this.
IsIdle
|| this.isPausing || this.callbacks.IsAbortPending)
421
if (thisPtr.
IsIdle
|| thisPtr.isPausing)