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