4 references to EntryEnumerator
PresentationCore (4)
System\Windows\Media\CultureSpecificStringDictionary.cs (4)
38
return new
EntryEnumerator
(_innerDictionary);
43
return new
EntryEnumerator
(_innerDictionary);
483
internal KeyEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)
517
internal ValueEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)