4 references to IsStalledNow
System.Workflow.Runtime (4)
WorkflowExecutor.cs (4)
798if (this.Scheduler.IsStalledNow) 808if (this.Scheduler.IsStalledNow) 1176this.rootActivity.SetValue(IsBlockedProperty, this.Scheduler.IsStalledNow); 1425get { return ((this.currentAtomicActivity == null) && (this.Scheduler.IsStalledNow || this.WorkflowStatus == WorkflowStatus.Suspended)); }