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