5 overrides of GetPointerContext
PresentationFramework (5)
System\Windows\Documents\TextTreeFixupNode.cs (1)
108
internal override TextPointerContext
GetPointerContext
(LogicalDirection direction)
System\Windows\Documents\TextTreeObjectNode.cs (1)
73
internal override TextPointerContext
GetPointerContext
(LogicalDirection direction)
System\Windows\Documents\TextTreeRootNode.cs (1)
86
internal override TextPointerContext
GetPointerContext
(LogicalDirection direction)
System\Windows\Documents\TextTreeTextElementNode.cs (1)
79
internal override TextPointerContext
GetPointerContext
(LogicalDirection direction)
System\Windows\Documents\TextTreeTextNode.cs (1)
98
internal override TextPointerContext
GetPointerContext
(LogicalDirection direction)
6 references to GetPointerContext
PresentationFramework (6)
System\Windows\Documents\TextPointer.cs (6)
3441
symbolType = node.
GetPointerContext
(LogicalDirection.Forward);
3448
symbolType = firstContainedNode.
GetPointerContext
(LogicalDirection.Forward);
3466
symbolType = nextNode.
GetPointerContext
(LogicalDirection.Forward);
3498
symbolType = previousNode.
GetPointerContext
(LogicalDirection.Backward);
3518
symbolType = lastChildNode.
GetPointerContext
(LogicalDirection.Backward);
3527
symbolType = node.
GetPointerContext
(LogicalDirection.Backward);