4 overrides of GetNextChangePosition
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
286
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer textPosition, LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
72
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer staticTextPointer, LogicalDirection direction)
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
79
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer textPosition, LogicalDirection direction)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
109
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer textPosition, LogicalDirection direction)
3 references to GetNextChangePosition
PresentationFramework (3)
src\Framework\System\Windows\Documents\Highlights.cs (3)
136
changePosition = GetLayer(i).
GetNextChangePosition
(textPosition, direction);
362
highlightTransitionPosition = highlightLayer.
GetNextChangePosition
(highlightTransitionPosition, LogicalDirection.Forward);
370
highlightTransitionPosition = highlightLayer.
GetNextChangePosition
(highlightTransitionPosition, LogicalDirection.Forward);