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