4 references to EntryEnumerator
PresentationCore (4)
System\Windows\Media\CultureSpecificStringDictionary.cs (4)
39
return new
EntryEnumerator
(_innerDictionary);
44
return new
EntryEnumerator
(_innerDictionary);
484
internal KeyEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)
518
internal ValueEnumerator(IDictionary<XmlLanguage, string> names) :
base
(names)