5 references to UseSystemFonts
PresentationCore (5)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (5)
504
if (
UseSystemFonts
)
520
if (!
UseSystemFonts
)
578
if (
UseSystemFonts
807
if (
UseSystemFonts
)
863
return _fontCollection.FamilyCount + (
UseSystemFonts
? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));