3 references to GetAdjacentSiblingNode
PresentationFramework (3)
System\Windows\Documents\TextPointer.cs (3)
2824
return
GetAdjacentSiblingNode
(node, edge, direction) as TextTreeTextNode;
2847
return
GetAdjacentSiblingNode
(_node, this.Edge, direction);
4082
adjacentNode =
GetAdjacentSiblingNode
(node, edge, direction);