3 references to GetAdjacentSiblingNode
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextPointer.cs (3)
2850
return
GetAdjacentSiblingNode
(node, edge, direction) as TextTreeTextNode;
2873
return
GetAdjacentSiblingNode
(_node, this.Edge, direction);
4108
adjacentNode =
GetAdjacentSiblingNode
(node, edge, direction);