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