10 references to Cases
System.Activities (2)
System\Activities\Statements\FlowSwitch.cs (2)
74
foreach (KeyValuePair<T, FlowNode> item in this.
Cases
)
99
if (
Cases
.TryGetValue(newValue, out result))
System.Activities.Core.Presentation (8)
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
150
return this.parentFlowSwitch.
Cases
.ContainsKey((T)key);
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (7)
73
foreach (T key in currentFlowSwitch.
Cases
.Keys)
75
if (clonedFlowElements.ContainsKey(currentFlowSwitch.
Cases
[key]))
77
clonedFlowSwitch.
Cases
.Add(key, clonedFlowElements[currentFlowSwitch.
Cases
[key]]);
124
foreach (T key in currentFlowSwitch.
Cases
.Keys)
126
if (oldNewFlowNodeMap.ContainsKey(currentFlowSwitch.
Cases
[key]))
128
keyValueMap.Add(key, oldNewFlowNodeMap[currentFlowSwitch.
Cases
[key]]);