4 writes to isPausing
System.Activities (4)
System\Activities\Runtime\Scheduler.cs (4)
183
this.
isPausing
= false;
317
this.
isPausing
= true;
331
this.
isPausing
= false;
458
thisPtr.
isPausing
= false;
2 references to isPausing
System.Activities (2)
System\Activities\Runtime\Scheduler.cs (2)
329
if (this.IsIdle || this.
isPausing
|| this.callbacks.IsAbortPending)
421
if (thisPtr.IsIdle || thisPtr.
isPausing
)