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