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