5 implementations of MoveByOffset
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
464
int ITextPointer.
MoveByOffset
(int distance)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
461
int ITextPointer.
MoveByOffset
(int offset)
System\Windows\Documents\FixedTextPointer.cs (1)
397
int ITextPointer.
MoveByOffset
(int offset)
System\Windows\Documents\NullTextNavigator.cs (1)
248
int ITextPointer.
MoveByOffset
(int distance)
System\Windows\Documents\TextPointer.cs (1)
2607
int ITextPointer.
MoveByOffset
(int offset)
35 references to MoveByOffset
PresentationFramework (35)
MS\Internal\PtsHost\Line.cs (1)
211
position.
MoveByOffset
(-1);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
160
position.
MoveByOffset
(-1);
MS\Internal\PtsHost\TextParagraph.cs (2)
897
textPointer.
MoveByOffset
(element.SymbolCount);
925
textPointer.
MoveByOffset
(element.SymbolCount);
MS\Internal\Text\ComplexLine.cs (1)
100
position.
MoveByOffset
(-1);
System\Windows\Controls\TextBlock.cs (1)
2316
endOfLineTextPointer.
MoveByOffset
(lineMetrics.Length);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
449
/// <see cref="ITextPointer.
MoveByOffset
"/>
459
/// <see cref="ITextPointer.
MoveByOffset
"/>
1070
childTn.
MoveByOffset
(moveLength);
System\Windows\Documents\FixedTextPointer.cs (2)
381
/// <see cref="ITextPointer.
MoveByOffset
"/>
395
/// <see cref="ITextPointer.
MoveByOffset
"/>
System\Windows\Documents\FixedTextView.cs (1)
1215
textPointer.
MoveByOffset
(increment);
System\Windows\Documents\ImmComposition.cs (4)
1425
navigator.
MoveByOffset
(0 - copied);
1476
navigator.
MoveByOffset
(copied);
1579
position.
MoveByOffset
(-1);
1595
position.
MoveByOffset
(1);
System\Windows\Documents\NullTextNavigator.cs (2)
234
/// <see cref="ITextPointer.
MoveByOffset
"/>
246
/// <see cref="ITextPointer.
MoveByOffset
"/>
System\Windows\Documents\Speller.cs (2)
1345
searchPosition.
MoveByOffset
(direction == LogicalDirection.Backward ? -ContextBlockSize : +ContextBlockSize);
1714
position.
MoveByOffset
(runCount);
System\Windows\Documents\TextFindEngine.cs (4)
278
startMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex] : findTextPositionMap[matchIndex]);
281
endMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex + matchLength] : findTextPositionMap[matchIndex + matchLength]);
293
navigator.
MoveByOffset
(matchLast ? - findTextPositionMap[findText.Length - findTextLength + findPattern.Length] : findTextPositionMap[findTextLength - findPattern.Length]);
702
navigator.
MoveByOffset
(matchLast ? - runCount : runCount);
System\Windows\Documents\TextPointerBase.cs (8)
993
thisNavigator.
MoveByOffset
(increment);
1000
thisNavigator.
MoveByOffset
(increment);
1018
thisNavigator.
MoveByOffset
(increment);
1029
thisNavigator.
MoveByOffset
(increment);
1197
thisNavigator.
MoveByOffset
(increment);
1244
thisNavigator.
MoveByOffset
(-symbolCount);
1429
navigator.
MoveByOffset
(-runLength);
1454
navigator.
MoveByOffset
(runLength);
System\Windows\Documents\TextStore.cs (3)
2471
navigator.
MoveByOffset
(runCount);
2584
navigator.
MoveByOffset
(1);
2593
navigator.
MoveByOffset
(1);