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