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