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