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