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