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