5 implementations of MoveByOffset
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
466
int ITextPointer.
MoveByOffset
(int distance)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
465
int ITextPointer.
MoveByOffset
(int offset)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
412
int ITextPointer.
MoveByOffset
(int offset)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
250
int ITextPointer.
MoveByOffset
(int distance)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2633
int ITextPointer.
MoveByOffset
(int offset)
35 references to MoveByOffset
PresentationFramework (35)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
214
position.
MoveByOffset
(-1);
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
164
position.
MoveByOffset
(-1);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
904
textPointer.
MoveByOffset
(element.SymbolCount);
932
textPointer.
MoveByOffset
(element.SymbolCount);
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
103
position.
MoveByOffset
(-1);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2404
endOfLineTextPointer.
MoveByOffset
(lineMetrics.Length);
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
453
/// <see cref="ITextPointer.
MoveByOffset
"/>
463
/// <see cref="ITextPointer.
MoveByOffset
"/>
1087
childTn.
MoveByOffset
(moveLength);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (2)
396
/// <see cref="ITextPointer.
MoveByOffset
"/>
410
/// <see cref="ITextPointer.
MoveByOffset
"/>
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
1227
textPointer.
MoveByOffset
(increment);
src\Framework\System\Windows\Documents\ImmComposition.cs (4)
1572
navigator.
MoveByOffset
(0 - copied);
1623
navigator.
MoveByOffset
(copied);
1730
position.
MoveByOffset
(-1);
1746
position.
MoveByOffset
(1);
src\Framework\System\Windows\Documents\NullTextNavigator.cs (2)
236
/// <see cref="ITextPointer.
MoveByOffset
"/>
248
/// <see cref="ITextPointer.
MoveByOffset
"/>
src\Framework\System\Windows\Documents\Speller.cs (2)
1425
searchPosition.
MoveByOffset
(direction == LogicalDirection.Backward ? -ContextBlockSize : +ContextBlockSize);
1842
position.
MoveByOffset
(runCount);
src\Framework\System\Windows\Documents\TextFindEngine.cs (4)
283
startMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex] : findTextPositionMap[matchIndex]);
286
endMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex + matchLength] : findTextPositionMap[matchIndex + matchLength]);
298
navigator.
MoveByOffset
(matchLast ? - findTextPositionMap[findText.Length - findTextLength + findPattern.Length] : findTextPositionMap[findTextLength - findPattern.Length]);
713
navigator.
MoveByOffset
(matchLast ? - runCount : runCount);
src\Framework\System\Windows\Documents\TextPointerBase.cs (8)
998
thisNavigator.
MoveByOffset
(increment);
1005
thisNavigator.
MoveByOffset
(increment);
1023
thisNavigator.
MoveByOffset
(increment);
1034
thisNavigator.
MoveByOffset
(increment);
1202
thisNavigator.
MoveByOffset
(increment);
1249
thisNavigator.
MoveByOffset
(-symbolCount);
1434
navigator.
MoveByOffset
(-runLength);
1459
navigator.
MoveByOffset
(runLength);
src\Framework\System\Windows\Documents\TextStore.cs (3)
2326
navigator.
MoveByOffset
(runCount);
2439
navigator.
MoveByOffset
(1);
2448
navigator.
MoveByOffset
(1);