4 references to IsStillActive
System.Activities (4)
System\Activities\AsyncCodeActivity.cs (2)
179
if (asyncContext.
IsStillActive
)
434
if (asyncContext.
IsStillActive
)
System\Activities\AsyncOperationContext.cs (1)
55
return this.
IsStillActive
;
System\Activities\Runtime\ActivityExecutor.cs (1)
2271
if (asyncContext.
IsStillActive
)