4 references to EntryEnumerator
PresentationCore (4)
System\Windows\Media\CultureSpecificStringDictionary.cs (4)
53
return new
EntryEnumerator
(_innerDictionary);
58
return new
EntryEnumerator
(_innerDictionary);
498
internal KeyEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)
532
internal ValueEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)