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