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