1 write to _systemCompositeFonts
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
201
_systemCompositeFonts
= new CompositeFontFamily[NumOfSystemCompositeFonts];
4 references to _systemCompositeFonts
PresentationCore (4)
MS\Internal\FontCache\FamilyCollection.cs (4)
232
if (
_systemCompositeFonts
[index] == null)
236
if (
_systemCompositeFonts
[index] == null)
243
_systemCompositeFonts
[index] = new CompositeFontFamily(fontInfo);
247
return
_systemCompositeFonts
[index];