1 write to CancellationHandler
System.Activities (1)
System\Activities\Statements\CompensableActivity.cs (1)
124this.compensationParticipant.CancellationHandler = CancellationHandler;
4 references to CancellationHandler
System.Activities (4)
System\Activities\Statements\CompensationParticipant.cs (4)
99if (this.CancellationHandler != null) 101children.Add(CancellationHandler); 327if (CancellationHandler != null) 329context.ScheduleActivity(CancellationHandler, new CompletionCallback(this.OnCancellationHandlerComplete), new FaultCallback(OnExceptionFromHandler));