2 writes to False
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
167
clonedFlowDecision.
False
= clonedFlowElements[falseElement];
171
clonedFlowDecision.
False
= null;
5 references to False
System.Activities (3)
System\Activities\Statements\Flowchart.cs (1)
393
FlowNode next = result ? decision.True : decision.
False
;
System\Activities\Statements\FlowDecision.cs (2)
98
if (
False
!= null)
100
connections.Add(
False
);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
154
FlowNode falseElement = currentFlowDecision.
False
;
217
FlowNode falseElement = currentFlowDecision.
False
;