5 implementations of MoveByOffset
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
460
int ITextPointer.
MoveByOffset
(int distance)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
452
int ITextPointer.
MoveByOffset
(int offset)
System\Windows\Documents\FixedTextPointer.cs (1)
390
int ITextPointer.
MoveByOffset
(int offset)
System\Windows\Documents\NullTextNavigator.cs (1)
243
int ITextPointer.
MoveByOffset
(int distance)
System\Windows\Documents\TextPointer.cs (1)
2602
int ITextPointer.
MoveByOffset
(int offset)
35 references to MoveByOffset
PresentationFramework (35)
MS\Internal\PtsHost\Line.cs (1)
194
position.
MoveByOffset
(-1);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
145
position.
MoveByOffset
(-1);
MS\Internal\PtsHost\TextParagraph.cs (2)
874
textPointer.
MoveByOffset
(element.SymbolCount);
902
textPointer.
MoveByOffset
(element.SymbolCount);
MS\Internal\Text\ComplexLine.cs (1)
95
position.
MoveByOffset
(-1);
System\Windows\Controls\TextBlock.cs (1)
2295
endOfLineTextPointer.
MoveByOffset
(lineMetrics.Length);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
440
/// <see cref="ITextPointer.
MoveByOffset
"/>
450
/// <see cref="ITextPointer.
MoveByOffset
"/>
1061
childTn.
MoveByOffset
(moveLength);
System\Windows\Documents\FixedTextPointer.cs (2)
374
/// <see cref="ITextPointer.
MoveByOffset
"/>
388
/// <see cref="ITextPointer.
MoveByOffset
"/>
System\Windows\Documents\FixedTextView.cs (1)
1196
textPointer.
MoveByOffset
(increment);
System\Windows\Documents\ImmComposition.cs (4)
1404
navigator.
MoveByOffset
(0 - copied);
1455
navigator.
MoveByOffset
(copied);
1558
position.
MoveByOffset
(-1);
1574
position.
MoveByOffset
(1);
System\Windows\Documents\NullTextNavigator.cs (2)
229
/// <see cref="ITextPointer.
MoveByOffset
"/>
241
/// <see cref="ITextPointer.
MoveByOffset
"/>
System\Windows\Documents\Speller.cs (2)
1338
searchPosition.
MoveByOffset
(direction == LogicalDirection.Backward ? -ContextBlockSize : +ContextBlockSize);
1707
position.
MoveByOffset
(runCount);
System\Windows\Documents\TextFindEngine.cs (4)
269
startMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex] : findTextPositionMap[matchIndex]);
272
endMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex + matchLength] : findTextPositionMap[matchIndex + matchLength]);
284
navigator.
MoveByOffset
(matchLast ? - findTextPositionMap[findText.Length - findTextLength + findPattern.Length] : findTextPositionMap[findTextLength - findPattern.Length]);
693
navigator.
MoveByOffset
(matchLast ? - runCount : runCount);
System\Windows\Documents\TextPointerBase.cs (8)
991
thisNavigator.
MoveByOffset
(increment);
998
thisNavigator.
MoveByOffset
(increment);
1016
thisNavigator.
MoveByOffset
(increment);
1027
thisNavigator.
MoveByOffset
(increment);
1195
thisNavigator.
MoveByOffset
(increment);
1242
thisNavigator.
MoveByOffset
(-symbolCount);
1427
navigator.
MoveByOffset
(-runLength);
1452
navigator.
MoveByOffset
(runLength);
System\Windows\Documents\TextStore.cs (3)
2454
navigator.
MoveByOffset
(runCount);
2567
navigator.
MoveByOffset
(1);
2576
navigator.
MoveByOffset
(1);