Implemented interface member:
8 references to GetEnumerator
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
366return m_hybridDictionary.GetEnumerator();
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
230return namespaceTable.GetEnumerator();
PresentationFramework (4)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
491IDictionaryEnumerator ide = _dict.GetEnumerator() as IDictionaryEnumerator;
MS\Internal\Data\ValueChangedEventManager.cs (1)
191IDictionaryEnumerator ide = dict.GetEnumerator() as IDictionaryEnumerator;
System\Windows\Markup\XmlnsDictionary.cs (2)
230return namespaceTable.GetEnumerator(); 303return namespaceTable.GetEnumerator();
System.Xaml (2)
System\Xaml\NameScope.cs (1)
264_enumerator = nameMap?.GetEnumerator();
System\Xaml\NameScopeDictionary.cs (1)
149dictionaryEnumerator = _nameMap.GetEnumerator();