2 writes to ExceptionHandled
System.Activities (2)
System\Activities\Statements\TryCatch.cs (2)
216state.ExceptionHandled = true; 281state.ExceptionHandled = false;
1 reference to ExceptionHandled
System.Activities (1)
System\Activities\Statements\TryCatch.cs (1)
299if (context.IsCancellationRequested && !state.ExceptionHandled)