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