5 references to UseSystemFonts
PresentationCore (5)
MS\Internal\FontCache\FamilyCollection.cs (5)
342
if (
UseSystemFonts
)
358
if (!
UseSystemFonts
)
416
if (
UseSystemFonts
627
if (
UseSystemFonts
)
678
return _fontCollection.FamilyCount + (
UseSystemFonts
? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));