2 instantiations of TextRunCacheImp
PresentationCore (2)
MS\Internal\TextFormatting\FullTextState.cs (1)
99
new
TextRunCacheImp
(), // no cross-call run cache available for marker store
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
439
textRunCache.Imp = new
TextRunCacheImp
();
4 references to TextRunCacheImp
PresentationCore (4)
MS\Internal\TextFormatting\FormatSettings.cs (2)
31
private
TextRunCacheImp
_runCache; // run cache owned by client
46
TextRunCacheImp
runCache,
System\Windows\Media\textformatting\TextRunCache.cs (2)
101
internal
TextRunCacheImp
Imp
107
private
TextRunCacheImp
_imp;