5 implementations of GetNextInsertionPosition
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
566
ITextPointer ITextPointer.
GetNextInsertionPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
290
ITextPointer ITextPointer.
GetNextInsertionPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
368
ITextPointer ITextPointer.
GetNextInsertionPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
377
ITextPointer ITextPointer.
GetNextInsertionPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2506
ITextPointer ITextPointer.
GetNextInsertionPosition
(LogicalDirection direction)
32 references to GetNextInsertionPosition
PresentationFramework (32)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
843
ITextPointer nextPointer = pointer.
GetNextInsertionPosition
(direction);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
366
/// <see cref="ITextPointer.
GetNextInsertionPosition
"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
375
/// <see cref="ITextPointer.
GetNextInsertionPosition
"/>
src\Framework\System\windows\Documents\TextEditor.cs (1)
1543
if (cursorPosition.
GetNextInsertionPosition
(LogicalDirection.Forward) == null &&
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
577
if (snappedCursorPosition.
GetNextInsertionPosition
(LogicalDirection.Forward) == null &&
src\Framework\System\windows\Documents\TextEditorSelection.cs (13)
336
ITextPointer nextPosition = lineEndPosition.
GetNextInsertionPosition
(LogicalDirection.Forward);
426
ITextPointer previousPosition = lineStartPosition.
GetNextInsertionPosition
(LogicalDirection.Backward);
1094
ITextPointer nextPosition = lineEndPosition.
GetNextInsertionPosition
(LogicalDirection.Forward);
1147
newMovingPosition.
GetNextInsertionPosition
(LogicalDirection.Forward) == null)
1157
newMovingPosition = newMovingPosition.
GetNextInsertionPosition
(LogicalDirection.Forward);
1184
if (newMovingPosition.
GetNextInsertionPosition
(LogicalDirection.Forward) == null)
1284
ITextPointer previousPosition = lineStartPosition.
GetNextInsertionPosition
(LogicalDirection.Backward);
1689
destination = destination.
GetNextInsertionPosition
(LogicalDirection.Forward);
1698
ITextPointer newDestination = destination.
GetNextInsertionPosition
(LogicalDirection.Forward);
2085
movingEnd = movingEnd.
GetNextInsertionPosition
(direction);
2334
movingPosition = movingPosition.
GetNextInsertionPosition
(LogicalDirection.Backward);
2420
ITextPointer position = This.Selection.Start.
GetNextInsertionPosition
(LogicalDirection.Backward);
2436
ITextPointer cellEnd = position.
GetNextInsertionPosition
(LogicalDirection.Backward);
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
568
ITextPointer deletePosition = position.
GetNextInsertionPosition
(LogicalDirection.Forward);
645
ITextPointer deletePosition = position.
GetNextInsertionPosition
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\TextFindEngine.cs (1)
331
ITextPointer nextPosition = position.
GetNextInsertionPosition
(direction);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
1143
return (TextPointer)((ITextPointer)this).
GetNextInsertionPosition
(direction);
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
319
ITextPointer newEnd = thisRange.End.
GetNextInsertionPosition
(LogicalDirection.Backward);
1433
newEnd = newEnd.
GetNextInsertionPosition
(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
1254
rangeEnd = rangeEnd.
GetNextInsertionPosition
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
71
TextPointer lastCellPointer = (TextPointer)range.TextSegments[0].End.
GetNextInsertionPosition
(LogicalDirection.Backward);
src\Framework\System\windows\Documents\TextSelection.cs (5)
664
return thisSelection.MovingPosition.
GetNextInsertionPosition
(direction);
691
position = position.
GetNextInsertionPosition
(position.LogicalDirection);
1769
This.Start.
GetNextInsertionPosition
(LogicalDirection.Backward) == null &&
1770
This.End.
GetNextInsertionPosition
(LogicalDirection.Forward) == null);
2208
(caretPosition.
GetNextInsertionPosition
(LogicalDirection.Backward) == null || //
src\Framework\System\Windows\Documents\TextStore.cs (1)
381
start = start.
GetNextInsertionPosition
(LogicalDirection.Forward);