1 instantiation of OptimalTextSource
PresentationFramework (1)
MS\Internal\PtsHost\TextParagraph.cs (1)
187OptimalTextSource optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache);
6 references to OptimalTextSource
PresentationFramework (6)
MS\Internal\PtsHost\OptimalBreakSession.cs (3)
24internal OptimalBreakSession(TextParagraph textParagraph, TextParaClient textParaClient, TextParagraphCache TextParagraphCache, OptimalTextSource optimalTextSource) : base(textParagraph.PtsContext) 57internal OptimalTextSource OptimalTextSource { get { return _optimalTextSource; } } 67private OptimalTextSource _optimalTextSource;
MS\Internal\PtsHost\TextParagraph.cs (3)
187OptimalTextSource optimalTextSource = new OptimalTextSource(StructuralCache.TextFormatterHost, ParagraphStartCharacterPosition, durTrack, textParaClient, _textRunCache); 361OptimalTextSource optimalTextSource, 1340return ((OptimalTextSource)StructuralCache.TextFormatterHost.Context).MeasureChild(inlineObject);