1 write to dictionaryEnumerator
System.Xaml (1)
System\Xaml\NameScopeDictionary.cs (1)
149dictionaryEnumerator = _nameMap.GetEnumerator();
4 references to dictionaryEnumerator
System.Xaml (4)
System\Xaml\NameScopeDictionary.cs (4)
172return new KeyValuePair<string, object>((string)dictionaryEnumerator.Key, dictionaryEnumerator.Value); 196return dictionaryEnumerator.MoveNext(); 219dictionaryEnumerator.Reset();