1 write to _systemCompositeFonts
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
202_systemCompositeFonts = new CompositeFontFamily[NumOfSystemCompositeFonts];
4 references to _systemCompositeFonts
PresentationCore (4)
MS\Internal\FontCache\FamilyCollection.cs (4)
233if (_systemCompositeFonts[index] == null) 237if (_systemCompositeFonts[index] == null) 244_systemCompositeFonts[index] = new CompositeFontFamily(fontInfo); 248return _systemCompositeFonts[index];