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