3 references to CancellationHandler
System.Activities (3)
System\Activities\Statements\CancellationScope.cs (3)
74metadata.AddChild(this.CancellationHandler); 99if (this.CancellationHandler != null) 101context.ScheduleActivity(this.CancellationHandler, onFaulted: new FaultCallback(OnExceptionFromCancelHandler));