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