1 instantiation of OptimalTextSource
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
211
OptimalTextSource optimalTextSource = new
OptimalTextSource
(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache);
6 references to OptimalTextSource
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\OptimalBreakSession.cs (3)
36
internal OptimalBreakSession(TextParagraph textParagraph, TextParaClient textParaClient, TextParagraphCache TextParagraphCache,
OptimalTextSource
optimalTextSource) : base(textParagraph.PtsContext)
75
internal
OptimalTextSource
OptimalTextSource { get { return _optimalTextSource; } }
85
private
OptimalTextSource
_optimalTextSource;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
211
OptimalTextSource
optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache);
386
OptimalTextSource
optimalTextSource,
1378
return ((
OptimalTextSource
)StructuralCache.TextFormatterHost.Context).MeasureChild(inlineObject);