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