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