4 references to GetEnumerator
PresentationFramework (4)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (2)
55
BamlLocalizationDictionaryEnumerator enumerator = dictionary.
GetEnumerator
();
86
BamlLocalizationDictionaryEnumerator enumerator = dictionary.
GetEnumerator
();
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (2)
370
return this.
GetEnumerator
();
414
return this.
GetEnumerator
();