2 implementations of GetTypefaces
PresentationCore (2)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
436ICollection<Typeface> IFontFamily.GetTypefaces(FontFamilyIdentifier familyIdentifier)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
258ICollection<Typeface> IFontFamily.GetTypefaces(FontFamilyIdentifier familyIdentifier)
2 references to GetTypefaces
PresentationCore (2)
System\Windows\Media\FontFamily.cs (2)
134return new FamilyTypefaceCollection(FirstFontFamily.GetTypefaces(_familyIdentifier)); 249return FirstFontFamily.GetTypefaces(_familyIdentifier);