10 references to TransactedReceiveScope
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\TransactedReceiveScope.xaml.cs (1)
20Type type = typeof(TransactedReceiveScope);
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\TransactedReceiveScope.cs (4)
93DelegateInArgument<TransactedReceiveScope> element = new DelegateInArgument<TransactedReceiveScope> { Name = "element" }; 101return new Constraint<TransactedReceiveScope> 103Body = new ActivityAction<TransactedReceiveScope, ValidationContext>
System\ServiceModel\Activities\WorkflowService.cs (5)
695if (activity is TransactedReceiveScope) 776TransactedReceiveScope rootTRS = root as TransactedReceiveScope; 1107TransactedReceiveScope trs = parent as TransactedReceiveScope;