2 references to GetPointerContextForward
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
534context = TextPointer.GetPointerContextForward(node, edge);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
563return (direction == LogicalDirection.Forward) ? GetPointerContextForward(_node, this.Edge) : GetPointerContextBackward(_node, this.Edge);