2 instantiations of TextRunCacheImp
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
108new TextRunCacheImp(), // no cross-call run cache available for marker store
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
441textRunCache.Imp = new TextRunCacheImp();
4 references to TextRunCacheImp
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (2)
33private TextRunCacheImp _runCache; // run cache owned by client 48TextRunCacheImp runCache,
Core\CSharp\System\Windows\Media\TextFormatting\TextRunCache.cs (2)
105internal TextRunCacheImp Imp 111private TextRunCacheImp _imp;