1 write to _glyphingCache
PresentationCore (1)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
775
_glyphingCache
= new GlyphingCache(MaxGlyphingCacheCapacity);
2 references to _glyphingCache
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
773
if (
_glyphingCache
== null)
778
return
_glyphingCache
;