1 write to _systemCompositeFonts
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
216_systemCompositeFonts = new CompositeFontFamily[NumOfSystemCompositeFonts];
4 references to _systemCompositeFonts
PresentationCore (4)
MS\Internal\FontCache\FamilyCollection.cs (4)
247if (_systemCompositeFonts[index] == null) 251if (_systemCompositeFonts[index] == null) 259_systemCompositeFonts[index] = new CompositeFontFamily(fontInfo); 263return _systemCompositeFonts[index];