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