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