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