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