1 write to _userCompositeFonts
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
82
_userCompositeFonts
= GetCompositeFontList(new FontSourceCollection(_folderUri, true));
2 references to _userCompositeFonts
PresentationCore (2)
MS\Internal\FontCache\FamilyCollection.cs (2)
80
if (
_userCompositeFonts
== null)
84
return
_userCompositeFonts
;