2 references to GetAdjacentTextElementNodeSibling
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1064newFirstIMEVisibleNode = startPosition.GetAdjacentTextElementNodeSibling(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2195elementNode = GetAdjacentTextElementNodeSibling(direction);