2 instantiations of FamilyTypefaceCollection
PresentationCore (2)
MS\Internal\FontFace\CompositeFontInfo.cs (1)
295_familyTypefaces = new FamilyTypefaceCollection();
System\Windows\Media\FontFamily.cs (1)
134return new FamilyTypefaceCollection(FirstFontFamily.GetTypefaces(_familyIdentifier));
9 references to FamilyTypefaceCollection
PresentationCore (9)
MS\Internal\FontFace\CompositeFontInfo.cs (3)
20private FamilyTypefaceCollection _familyTypefaces; 284internal FamilyTypefaceCollection FamilyTypefaces 292internal FamilyTypefaceCollection GetFamilyTypefaceList()
MS\Internal\FontFace\TypefaceCollection.cs (2)
18private FamilyTypefaceCollection _familyTypefaceCollection; 27public TypefaceCollection(FontFamily fontFamily, FamilyTypefaceCollection familyTypefaceCollection)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
272internal FamilyTypefaceCollection FamilyTypefaces
System\Windows\Media\FamilyTypefaceCollection.cs (2)
391FamilyTypefaceCollection _list; 395internal Enumerator(FamilyTypefaceCollection list)
System\Windows\Media\FontFamily.cs (1)
121public FamilyTypefaceCollection FamilyTypefaces