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