2 types derived from EntryEnumerator
PresentationCore (2)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (2)
506private class KeyEnumerator : EntryEnumerator 540private class ValueEnumerator : EntryEnumerator
2 instantiations of EntryEnumerator
PresentationCore (2)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (2)
56return new EntryEnumerator(_innerDictionary); 61return new EntryEnumerator(_innerDictionary);