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