3 writes to SuppressCancel
System.Activities (3)
System\Activities\Statements\TryCatch.cs (3)
208
state.
SuppressCancel
= true;
277
state.
SuppressCancel
= true;
314
state.
SuppressCancel
= false;
2 references to SuppressCancel
System.Activities (2)
System\Activities\Statements\TryCatch.cs (2)
107
if (state != null && !state.
SuppressCancel
&& state.CaughtException != null && this.FindCatch(state.CaughtException.Exception) == null)
197
if (!state.
SuppressCancel
)