2 writes to checkForCancelation
System.Activities (2)
System\Activities\Runtime\CompletionCallbackWrapper.cs (2)
49
set { this.
checkForCancelation
= value; }
61
this.
checkForCancelation
= true;
2 references to checkForCancelation
System.Activities (2)
System\Activities\Runtime\CompletionCallbackWrapper.cs (2)
48
get { return this.
checkForCancelation
; }
80
if (this.
checkForCancelation
)