2 types derived from EntryEnumerator
PresentationCore (2)
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
496
private class KeyEnumerator :
EntryEnumerator
530
private class ValueEnumerator :
EntryEnumerator
2 instantiations of EntryEnumerator
PresentationCore (2)
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
53
return new
EntryEnumerator
(_innerDictionary);
58
return new
EntryEnumerator
(_innerDictionary);