4 references to UserCompositeFonts
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (4)
595
if (
UserCompositeFonts
!= null)
597
foreach (CompositeFontFamily compositeFamily in
UserCompositeFonts
)
820
foreach (CompositeFontFamily compositeFontFamily in
UserCompositeFonts
)
863
return _fontCollection.FamilyCount + (UseSystemFonts ? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)
UserCompositeFonts
.Count));