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