2 instantiations of TypefaceCollection
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
482
return new
TypefaceCollection
(new FontFamily(familyIdentifier), _family);
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
277
return new
TypefaceCollection
(new FontFamily(familyIdentifier), FamilyTypefaces);
2 references to TypefaceCollection
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (2)
155
public Enumerator(
TypefaceCollection
typefaceCollection)
246
private
TypefaceCollection
_typefaceCollection;