3 references to GetCurrentNode
System.Activities (3)
System\Activities\Statements\Flowchart.cs (3)
383FlowStep step = this.GetCurrentNode(context) as FlowStep; 391FlowDecision decision = this.GetCurrentNode(context) as FlowDecision; 399IFlowSwitch switchNode = this.GetCurrentNode(context) as IFlowSwitch;