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