3 references to GetAdjacentNode
PresentationFramework (3)
System\Windows\Documents\TextPointer.cs (1)
2838return GetAdjacentNode(direction) as TextTreeTextElementNode;
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
42node = start.GetAdjacentNode(LogicalDirection.Forward); 43haltNode = end.GetAdjacentNode(LogicalDirection.Forward);