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