3 references to NumOfSystemCompositeFonts
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (3)
314
_systemCompositeFonts = new CompositeFontFamily[
NumOfSystemCompositeFonts
];
809
for (int j = 0; j < SystemCompositeFonts.
NumOfSystemCompositeFonts
; ++j)
863
return _fontCollection.FamilyCount + (UseSystemFonts ? SystemCompositeFonts.
NumOfSystemCompositeFonts
: checked((uint)UserCompositeFonts.Count));