2 instantiations of FamilyTypefaceCollection
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (1)
312_familyTypefaces = new FamilyTypefaceCollection();
Core\CSharp\System\Windows\Media\FontFamily.cs (1)
159return new FamilyTypefaceCollection(FirstFontFamily.GetTypefaces(_familyIdentifier));
9 references to FamilyTypefaceCollection
PresentationCore (9)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (3)
36private FamilyTypefaceCollection _familyTypefaces; 301internal FamilyTypefaceCollection FamilyTypefaces 309internal FamilyTypefaceCollection GetFamilyTypefaceList()
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (2)
35private FamilyTypefaceCollection _familyTypefaceCollection; 44public TypefaceCollection(FontFamily fontFamily, FamilyTypefaceCollection familyTypefaceCollection)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
289internal FamilyTypefaceCollection FamilyTypefaces
Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs (2)
411FamilyTypefaceCollection _list; 415internal Enumerator(FamilyTypefaceCollection list)
Core\CSharp\System\Windows\Media\FontFamily.cs (1)
146public FamilyTypefaceCollection FamilyTypefaces