3 references to FindCatch
System.Activities (3)
System\Activities\Statements\TryCatch.cs (3)
107if (state != null && !state.SuppressCancel && state.CaughtException != null && this.FindCatch(state.CaughtException.Exception) == null) 212Catch toSchedule = FindCatch(state.CaughtException.Exception); 244Catch catchHandler = FindCatch(propagatedException);