3 writes to Next
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (3)
142
clonedFlowStep.
Next
= clonedFlowElements[nextFlowElement];
146
clonedFlowStep.
Next
= null;
351
FlowStep flowStep = new FlowStep { Action = workflowElementToPaste,
Next
= null };
7 references to Next
System.Activities (5)
System\Activities\Statements\Flowchart.cs (1)
385
FlowNode next = step.
Next
;
System\Activities\Statements\FlowStep.cs (4)
40
if (
Next
!= null)
42
connections.Add(
Next
);
53
if (
Next
== null)
62
nextNode =
Next
;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
139
FlowNode nextFlowElement = currentFlowStep.
Next
;
195
FlowNode nextFlowElement = currentFlowStep.
Next
;