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