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