1 instantiation of TextDocumentView
PresentationFramework (1)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1163_textView = new TextDocumentView(this, _structuralCache.TextContainer);
17 references to TextDocumentView
PresentationFramework (17)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
314if (textView != null && textView.IsValid && TextDocumentView.Contains(pointer, textView.TextSegments))
MS\Internal\LayoutDump.cs (2)
589TextDocumentView tv = (TextDocumentView)((IServiceProvider)flowDocumentPage).GetService(typeof(ITextView));
MS\Internal\PtsHost\BreakRecordTable.cs (1)
135if (TextDocumentView.Contains(contentPosition, textSegments))
MS\Internal\PtsHost\CellParaClient.cs (1)
337geometry = TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(colResults[0].Paragraphs, paragraphResult.FloatingElements, startPosition, endPosition, 0.0, visibleRect);
MS\Internal\PtsHost\ContainerParaClient.cs (1)
409return (TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(paragraphs, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect));
MS\Internal\PtsHost\FigureParaClient.cs (1)
751geometry = TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(paragraphs, floatingElements, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
759geometry = TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(paragraphs, floatingElements, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect);
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
1049private TextDocumentView GetTextView() 1051TextDocumentView textView = (TextDocumentView)((IServiceProvider)this).GetService(typeof(ITextView)); 1103private TextDocumentView _textView;
System\Windows\Controls\Primitives\BulletDecorator.cs (2)
347TextDocumentView tdv = ((IServiceProvider)text).GetService(typeof(ITextView)) as TextDocumentView;
System\Windows\Documents\TextRangeEditTables.cs (3)
1592if (!(textView is MS.Internal.Documents.TextDocumentView)) 1596MS.Internal.Documents.TextDocumentView textDocView = (MS.Internal.Documents.TextDocumentView)textView;