1 instantiation of OptimalTextSource
PresentationFramework (1)
MS\Internal\PtsHost\TextParagraph.cs (1)
188
OptimalTextSource optimalTextSource = new
OptimalTextSource
(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache);
6 references to OptimalTextSource
PresentationFramework (6)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
25
internal OptimalBreakSession(TextParagraph textParagraph, TextParaClient textParaClient, TextParagraphCache TextParagraphCache,
OptimalTextSource
optimalTextSource) : base(textParagraph.PtsContext)
64
internal
OptimalTextSource
OptimalTextSource { get { return _optimalTextSource; } }
74
private
OptimalTextSource
_optimalTextSource;
MS\Internal\PtsHost\TextParagraph.cs (3)
188
OptimalTextSource
optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache);
362
OptimalTextSource
optimalTextSource,
1341
return ((
OptimalTextSource
)StructuralCache.TextFormatterHost.Context).MeasureChild(inlineObject);