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