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