5 overrides of GetPointerContext
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextTreeFixupNode.cs (1)
114internal override TextPointerContext GetPointerContext(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (1)
79internal override TextPointerContext GetPointerContext(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (1)
92internal override TextPointerContext GetPointerContext(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (1)
85internal override TextPointerContext GetPointerContext(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextTreeTextNode.cs (1)
104internal override TextPointerContext GetPointerContext(LogicalDirection direction)
6 references to GetPointerContext
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextPointer.cs (6)
3467symbolType = node.GetPointerContext(LogicalDirection.Forward); 3474symbolType = firstContainedNode.GetPointerContext(LogicalDirection.Forward); 3492symbolType = nextNode.GetPointerContext(LogicalDirection.Forward); 3524symbolType = previousNode.GetPointerContext(LogicalDirection.Backward); 3544symbolType = lastChildNode.GetPointerContext(LogicalDirection.Backward); 3553symbolType = node.GetPointerContext(LogicalDirection.Backward);