3 writes to isInstanceIdle
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
152
this.
isInstanceIdle
= true;
356
this.
isInstanceIdle
= (bool)this.rootActivity.GetValue(IsIdleProperty);
432
this.
isInstanceIdle
= value;
1 reference to isInstanceIdle
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
424
return this.
isInstanceIdle
;