2 instantiations of FamilyTypefaceCollection
PresentationCore (2)
MS\Internal\FontFace\CompositeFontInfo.cs (1)
294_familyTypefaces = new FamilyTypefaceCollection();
System\Windows\Media\FontFamily.cs (1)
130return new FamilyTypefaceCollection(FirstFontFamily.GetTypefaces(_familyIdentifier));
9 references to FamilyTypefaceCollection
PresentationCore (9)
MS\Internal\FontFace\CompositeFontInfo.cs (3)
19private FamilyTypefaceCollection _familyTypefaces; 283internal FamilyTypefaceCollection FamilyTypefaces 291internal FamilyTypefaceCollection GetFamilyTypefaceList()
MS\Internal\FontFace\TypefaceCollection.cs (2)
17private FamilyTypefaceCollection _familyTypefaceCollection; 26public TypefaceCollection(FontFamily fontFamily, FamilyTypefaceCollection familyTypefaceCollection)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
271internal FamilyTypefaceCollection FamilyTypefaces
System\Windows\Media\FamilyTypefaceCollection.cs (2)
390private FamilyTypefaceCollection _list; 394internal Enumerator(FamilyTypefaceCollection list)
System\Windows\Media\FontFamily.cs (1)
117public FamilyTypefaceCollection FamilyTypefaces