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