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