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