1 instantiation of OptimalTextSource
PresentationFramework (1)
MS\Internal\PtsHost\TextParagraph.cs (1)
206
OptimalTextSource optimalTextSource = new
OptimalTextSource
(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache);
6 references to OptimalTextSource
PresentationFramework (6)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
32
internal OptimalBreakSession(TextParagraph textParagraph, TextParaClient textParaClient, TextParagraphCache TextParagraphCache,
OptimalTextSource
optimalTextSource) : base(textParagraph.PtsContext)
71
internal
OptimalTextSource
OptimalTextSource { get { return _optimalTextSource; } }
81
private
OptimalTextSource
_optimalTextSource;
MS\Internal\PtsHost\TextParagraph.cs (3)
206
OptimalTextSource
optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache);
380
OptimalTextSource
optimalTextSource,
1370
return ((
OptimalTextSource
)StructuralCache.TextFormatterHost.Context).MeasureChild(inlineObject);