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