2 instantiations of TypefaceCollection
PresentationCore (2)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
447
return new
TypefaceCollection
(new FontFamily(familyIdentifier), _family);
MS\Internal\Shaping\CompositeFontFamily.cs (1)
268
return new
TypefaceCollection
(new FontFamily(familyIdentifier), FamilyTypefaces);
2 references to TypefaceCollection
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
143
public Enumerator(
TypefaceCollection
typefaceCollection)
229
private
TypefaceCollection
_typefaceCollection;