1 instantiation of TextDocumentView
PresentationFramework (1)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1155_textView = new TextDocumentView(this, _structuralCache.TextContainer);
17 references to TextDocumentView
PresentationFramework (17)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
305if (textView != null && textView.IsValid && TextDocumentView.Contains(pointer, textView.TextSegments))
MS\Internal\LayoutDump.cs (2)
588TextDocumentView tv = (TextDocumentView)((IServiceProvider)flowDocumentPage).GetService(typeof(ITextView));
MS\Internal\PtsHost\BreakRecordTable.cs (1)
133if (TextDocumentView.Contains(contentPosition, textSegments))
MS\Internal\PtsHost\CellParaClient.cs (1)
332geometry = TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(colResults[0].Paragraphs, paragraphResult.FloatingElements, startPosition, endPosition, 0.0, visibleRect);
MS\Internal\PtsHost\ContainerParaClient.cs (1)
404return (TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(paragraphs, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect));
MS\Internal\PtsHost\FigureParaClient.cs (1)
746geometry = TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(paragraphs, floatingElements, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
755geometry = TextDocumentView.GetTightBoundingGeometryFromTextPositionsHelper(paragraphs, floatingElements, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect);
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
1041private TextDocumentView GetTextView() 1043TextDocumentView textView = (TextDocumentView)((IServiceProvider)this).GetService(typeof(ITextView)); 1095private TextDocumentView _textView;
System\Windows\Controls\Primitives\BulletDecorator.cs (2)
341TextDocumentView tdv = ((IServiceProvider)text).GetService(typeof(ITextView)) as TextDocumentView;
System\Windows\Documents\TextRangeEditTables.cs (3)
1594if (!(textView is MS.Internal.Documents.TextDocumentView)) 1598MS.Internal.Documents.TextDocumentView textDocView = (MS.Internal.Documents.TextDocumentView)textView;