5 overrides of GetPointerContext
PresentationFramework (5)
System\Windows\Documents\TextTreeFixupNode.cs (1)
107internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeObjectNode.cs (1)
72internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeRootNode.cs (1)
84internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeTextElementNode.cs (1)
78internal override TextPointerContext GetPointerContext(LogicalDirection direction)
System\Windows\Documents\TextTreeTextNode.cs (1)
97internal override TextPointerContext GetPointerContext(LogicalDirection direction)
6 references to GetPointerContext
PresentationFramework (6)
System\Windows\Documents\TextPointer.cs (6)
3436symbolType = node.GetPointerContext(LogicalDirection.Forward); 3443symbolType = firstContainedNode.GetPointerContext(LogicalDirection.Forward); 3461symbolType = nextNode.GetPointerContext(LogicalDirection.Forward); 3493symbolType = previousNode.GetPointerContext(LogicalDirection.Backward); 3513symbolType = lastChildNode.GetPointerContext(LogicalDirection.Backward); 3522symbolType = node.GetPointerContext(LogicalDirection.Backward);