2 references to FindDynamicStateByName
System.Workflow.Activities (2)
StateMachineExecutionState.cs (1)
194
StateActivity nextActionState = StateMachineHelpers.
FindDynamicStateByName
(rootState, action.StateName);
StateMachineHelpers.cs (1)
171
StateActivity currentState =
FindDynamicStateByName
(rootState, currentStateName);