1 instantiation of TextParagraphCache
PresentationCore (1)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
380
return new
TextParagraphCache
(
8 references to TextParagraphCache
PresentationCore (3)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
34
TextParagraphCache
paragraphCache,
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
347
internal override
TextParagraphCache
CreateParagraphCache(
System\Windows\Media\textformatting\TextFormatter.cs (1)
253
internal abstract
TextParagraphCache
CreateParagraphCache(
PresentationFramework (5)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
24
internal OptimalBreakSession(TextParagraph textParagraph, TextParaClient textParaClient,
TextParagraphCache
TextParagraphCache, OptimalTextSource optimalTextSource) : base(textParagraph.PtsContext)
54
internal
TextParagraphCache
TextParagraphCache { get { return _textParagraphCache; } }
64
private
TextParagraphCache
_textParagraphCache;
MS\Internal\PtsHost\TextParagraph.cs (2)
190
TextParagraphCache
paragraphCache = textFormatter.CreateParagraphCache(StructuralCache.TextFormatterHost,
360
TextParagraphCache
textParagraphCache,