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