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