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