2 references to OnCatchComplete
System.Activities (2)
System\Activities\Statements\TryCatch.cs (2)
220
toSchedule.ScheduleAction(context, state.CaughtException.Exception, new CompletionCallback(
OnCatchComplete
), this.ExceptionFromCatchOrFinallyHandler);
226
OnCatchComplete
(context, null);