4 references to UserCompositeFonts
PresentationCore (4)
MS\Internal\FontCache\FamilyCollection.cs (4)
433
if (
UserCompositeFonts
!= null)
435
foreach (CompositeFontFamily compositeFamily in
UserCompositeFonts
)
640
foreach (CompositeFontFamily compositeFontFamily in
UserCompositeFonts
)
678
return _fontCollection.FamilyCount + (UseSystemFonts ? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)
UserCompositeFonts
.Count));