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