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