5 references to UseSystemFonts
PresentationCore (5)
MS\Internal\FontCache\FamilyCollection.cs (5)
339
if (
UseSystemFonts
)
355
if (!
UseSystemFonts
)
413
if (
UseSystemFonts
624
if (
UseSystemFonts
)
675
return _fontCollection.FamilyCount + (
UseSystemFonts
? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));