7 references to TryCatch
System.Activities (5)
System\Activities\Statements\Rethrow.cs (3)
42FaultContext faultContext = context.Properties.Find(TryCatch.FaultContextId) as FaultContext; 111TryCatch tryCatch = parent as TryCatch;
System\Activities\Statements\TryCatch.cs (2)
395Catch existingCatch = TryCatch.FindCatchActivity(item.ExceptionType, this.Items); 412Catch existingCatch = TryCatch.FindCatchActivity(item.ExceptionType, this.Items);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
169return item.ItemType == typeof(TryCatch);
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
140Type type = typeof(TryCatch);