12 writes to isInHandler
System.Activities (12)
System\Activities\WorkflowApplication.cs (12)
986this.isInHandler = true; 992this.isInHandler = false; 2722this.isInHandler = true; 2738this.isInHandler = false; 2773this.isInHandler = true; 2789this.isInHandler = false; 5003application.isInHandler = true; 5008application.isInHandler = false; 5136instance.isInHandler = true; 5141instance.isInHandler = false; 5266instance.isInHandler = true; 5273instance.isInHandler = false;
1 reference to isInHandler
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
314return this.isInHandler && this.handlerThreadId == Thread.CurrentThread.ManagedThreadId;