8 references to prefixToIntMap
System.Activities.Presentation (8)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateIdManager.cs (8)
22this.prefixToIntMap[id] = 0; 34if (this.prefixToIntMap.TryGetValue(idParts[0], out oldValue)) 38this.prefixToIntMap[idParts[0]] = suffix; 43this.prefixToIntMap[idParts[0]] = suffix; 48this.prefixToIntMap[id] = 0; 56this.prefixToIntMap.TryGetValue(prefix, out suffix); 61this.prefixToIntMap.TryGetValue(prefix, out suffix); 64this.prefixToIntMap[prefix] = ++suffix;