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