2 writes to Default
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (2)
65
clonedFlowSwitch.
Default
= clonedFlowElements[defaultCase];
69
clonedFlowSwitch.
Default
= null;
6 references to Default
System.Activities (4)
System\Activities\Statements\FlowSwitch.cs (4)
78
if (this.
Default
!= null)
80
connections.Add(this.
Default
);
109
if (this.
Default
!= null)
123
return this.
Default
;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (2)
62
FlowNode defaultCase = currentFlowSwitch.
Default
;
111
FlowNode defaultCase = currentFlowSwitch.
Default
;