1 write to _systemCompositeFonts
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
314
_systemCompositeFonts
= new CompositeFontFamily[NumOfSystemCompositeFonts];
4 references to _systemCompositeFonts
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (4)
352
if (
_systemCompositeFonts
[index] == null)
356
if (
_systemCompositeFonts
[index] == null)
368
_systemCompositeFonts
[index] = new CompositeFontFamily(fontInfo);
372
return
_systemCompositeFonts
[index];