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