1 write to dictionaryEnumerator
System.Xaml (1)
System\Xaml\NameScopeDictionary.cs (1)
150dictionaryEnumerator = _nameMap.GetEnumerator();
4 references to dictionaryEnumerator
System.Xaml (4)
System\Xaml\NameScopeDictionary.cs (4)
173return new KeyValuePair<string, object>((string)dictionaryEnumerator.Key, dictionaryEnumerator.Value); 197return dictionaryEnumerator.MoveNext(); 220dictionaryEnumerator.Reset();