4 references to GetDocumentPageTextView
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
303
ITextView textView =
GetDocumentPageTextView
(pointer);
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
1110
ITextView parentView = TextSelectionHelper.
GetDocumentPageTextView
(TopOwner.Range.Start.CreatePointer(LogicalDirection.Forward));
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
428
ITextView startView = TextSelectionHelper.
GetDocumentPageTextView
(baseAnchor);
429
ITextView endView = TextSelectionHelper.
GetDocumentPageTextView
(anchor);