1 instantiation of GlyphingCache
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
805_glyphingCache = new GlyphingCache(MaxGlyphingCacheCapacity);
5 references to GlyphingCache
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
52GlyphingCache glyphingCache,
Core\CSharp\MS\Internal\TextFormatting\ITextSymbols.cs (1)
49GlyphingCache glyphingCache,
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
46private GlyphingCache _glyphingCache; // Glyphing cache for font linking process 799internal GlyphingCache GlyphingCache
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (1)
201GlyphingCache glyphingCache,