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