1 write to _glyphingCache
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
805
_glyphingCache
= new GlyphingCache(MaxGlyphingCacheCapacity);
2 references to _glyphingCache
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
803
if (
_glyphingCache
== null)
808
return
_glyphingCache
;