2 references to GetAdjacentElement
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
598
adjacentElement = TextPointer.
GetAdjacentElement
(node, node.GetEdgeFromOffset(nodeOffset, direction), direction);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
827
return
GetAdjacentElement
(_node, this.Edge, direction);