4 references to Try
System.Activities (4)
System\Activities\Statements\TryCatch.cs (4)
120
if (
Try
!= null)
122
metadata.AddChild(this.
Try
);
184
if (this.
Try
!= null)
186
context.ScheduleActivity(this.
Try
, new CompletionCallback(OnTryComplete), new FaultCallback(OnExceptionFromTry));