4 references to GetDocumentPageTextView
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
313
ITextView textView =
GetDocumentPageTextView
(pointer);
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
1131
ITextView parentView = TextSelectionHelper.
GetDocumentPageTextView
(TopOwner.Range.Start.CreatePointer(LogicalDirection.Forward));
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
443
ITextView startView = TextSelectionHelper.
GetDocumentPageTextView
(baseAnchor);
444
ITextView endView = TextSelectionHelper.
GetDocumentPageTextView
(anchor);