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