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