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