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