4 references to EntryEnumerator
PresentationCore (4)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (4)
56
return new
EntryEnumerator
(_innerDictionary);
61
return new
EntryEnumerator
(_innerDictionary);
508
internal KeyEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)
542
internal ValueEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)