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