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