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