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