2 implementations of Names
PresentationCore (2)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
90IDictionary<XmlLanguage,string> IFontFamily.Names
MS\Internal\Shaping\CompositeFontFamily.cs (1)
94IDictionary<XmlLanguage, string> IFontFamily.Names
2 references to Names
PresentationCore (2)
MS\Internal\FontCache\FamilyCollection.cs (1)
655IEnumerator<string> familyNames = fontFamily.Names.Values.GetEnumerator();
System\Windows\Media\FontFamily.cs (1)
108return new LanguageSpecificStringDictionary(FirstFontFamily.Names);