5 overrides of GetPointerContext
PresentationFramework (5)
System\Windows\Documents\TextTreeFixupNode.cs (1)
106internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeObjectNode.cs (1)
71internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeRootNode.cs (1)
83internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeTextElementNode.cs (1)
79internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeTextNode.cs (1)
98internal override TextPointerContext GetPointerContext(LogicalDirection direction)
6 references to GetPointerContext
PresentationFramework (6)
System\Windows\Documents\TextPointer.cs (6)
3435symbolType = node.GetPointerContext(LogicalDirection.Forward); 3442symbolType = firstContainedNode.GetPointerContext(LogicalDirection.Forward); 3460symbolType = nextNode.GetPointerContext(LogicalDirection.Forward); 3492symbolType = previousNode.GetPointerContext(LogicalDirection.Backward); 3512symbolType = lastChildNode.GetPointerContext(LogicalDirection.Backward); 3521symbolType = node.GetPointerContext(LogicalDirection.Backward);