10 references to NoPersistScope
System.Activities (9)
System\Activities\Statements\NoPersistScope.cs (9)
31
this.Constraints.Add(
NoPersistScope
.Constraint);
47
constraint =
NoPersistScope
.NoPersistInScope();
73
DelegateInArgument<
NoPersistScope
> noPersistScope = new DelegateInArgument<
NoPersistScope
>("noPersistScope");
78
return new Constraint<
NoPersistScope
>
80
Body = new ActivityAction<
NoPersistScope
, ValidationContext>
126
public InArgument<
NoPersistScope
> NoPersistScope { get; set; }
138
RuntimeArgument noPersistScopeArgument = new RuntimeArgument("NoPersistScope", typeof(
NoPersistScope
), ArgumentDirection.In);
165
NoPersistScope
noPersistScope = this.NoPersistScope.Get(context);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\NoPersistScopeDesigner.xaml.cs (1)
23
Type type = typeof(
NoPersistScope
);