4 references to CancellationHandler
System.Activities (4)
System\Activities\Statements\CompensableActivity.cs (4)
122if (CancellationHandler != null) 124this.compensationParticipant.CancellationHandler = CancellationHandler; 172if (this.CancellationHandler != null) 174metadata.AddImportedChild(this.CancellationHandler);