2 types derived from EntryEnumerator
PresentationCore (2)
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
481
private class KeyEnumerator :
EntryEnumerator
515
private class ValueEnumerator :
EntryEnumerator
2 instantiations of EntryEnumerator
PresentationCore (2)
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
38
return new
EntryEnumerator
(_innerDictionary);
43
return new
EntryEnumerator
(_innerDictionary);