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