2 types derived from EntryEnumerator
PresentationCore (2)
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
482
private class KeyEnumerator :
EntryEnumerator
516
private class ValueEnumerator :
EntryEnumerator
2 instantiations of EntryEnumerator
PresentationCore (2)
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
39
return new
EntryEnumerator
(_innerDictionary);
44
return new
EntryEnumerator
(_innerDictionary);