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