2 references to IsAbortPending
System.Activities (2)
System\Activities\Runtime\Scheduler.cs (2)
181
if (this.callbacks.
IsAbortPending
)
329
if (this.IsIdle || this.isPausing || this.callbacks.
IsAbortPending
)