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