4 overrides of GetNextChangePosition
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
271
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer textPosition, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
65
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer staticTextPointer, LogicalDirection direction)
System\Windows\Documents\SpellerHighlightLayer.cs (1)
76
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer textPosition, LogicalDirection direction)
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
101
internal override StaticTextPointer
GetNextChangePosition
(StaticTextPointer textPosition, LogicalDirection direction)
3 references to GetNextChangePosition
PresentationFramework (3)
System\Windows\Documents\Highlights.cs (3)
129
changePosition = GetLayer(i).
GetNextChangePosition
(textPosition, direction);
355
highlightTransitionPosition = highlightLayer.
GetNextChangePosition
(highlightTransitionPosition, LogicalDirection.Forward);
363
highlightTransitionPosition = highlightLayer.
GetNextChangePosition
(highlightTransitionPosition, LogicalDirection.Forward);