6 references to State
System.Activities (6)
System\Activities\Debugger\StateManager.cs (6)
213
State state = stackFrame.
State
;
373
this.LeaveState(this.callStack.Peek().
State
);
388
if (stackFrame != null && stackFrame.
State
!= null)
408
(stackFrame != null && stackFrame.
State
== state),
412
((stackFrame == null || stackFrame.
State
== null) ? "null" : stackFrame.
State
.Name));