5 implementations of MoveByOffset
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
459
int ITextPointer.
MoveByOffset
(int distance)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
451
int ITextPointer.
MoveByOffset
(int offset)
System\Windows\Documents\FixedTextPointer.cs (1)
389
int ITextPointer.
MoveByOffset
(int offset)
System\Windows\Documents\NullTextNavigator.cs (1)
242
int ITextPointer.
MoveByOffset
(int distance)
System\Windows\Documents\TextPointer.cs (1)
2601
int ITextPointer.
MoveByOffset
(int offset)
35 references to MoveByOffset
PresentationFramework (35)
MS\Internal\PtsHost\Line.cs (1)
193
position.
MoveByOffset
(-1);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
144
position.
MoveByOffset
(-1);
MS\Internal\PtsHost\TextParagraph.cs (2)
873
textPointer.
MoveByOffset
(element.SymbolCount);
901
textPointer.
MoveByOffset
(element.SymbolCount);
MS\Internal\Text\ComplexLine.cs (1)
91
position.
MoveByOffset
(-1);
System\Windows\Controls\TextBlock.cs (1)
2294
endOfLineTextPointer.
MoveByOffset
(lineMetrics.Length);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
439
/// <see cref="ITextPointer.
MoveByOffset
"/>
449
/// <see cref="ITextPointer.
MoveByOffset
"/>
1060
childTn.
MoveByOffset
(moveLength);
System\Windows\Documents\FixedTextPointer.cs (2)
373
/// <see cref="ITextPointer.
MoveByOffset
"/>
387
/// <see cref="ITextPointer.
MoveByOffset
"/>
System\Windows\Documents\FixedTextView.cs (1)
1195
textPointer.
MoveByOffset
(increment);
System\Windows\Documents\ImmComposition.cs (4)
1397
navigator.
MoveByOffset
(0 - copied);
1448
navigator.
MoveByOffset
(copied);
1551
position.
MoveByOffset
(-1);
1567
position.
MoveByOffset
(1);
System\Windows\Documents\NullTextNavigator.cs (2)
228
/// <see cref="ITextPointer.
MoveByOffset
"/>
240
/// <see cref="ITextPointer.
MoveByOffset
"/>
System\Windows\Documents\Speller.cs (2)
1334
searchPosition.
MoveByOffset
(direction == LogicalDirection.Backward ? -ContextBlockSize : +ContextBlockSize);
1703
position.
MoveByOffset
(runCount);
System\Windows\Documents\TextFindEngine.cs (4)
268
startMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex] : findTextPositionMap[matchIndex]);
271
endMatchPosition.
MoveByOffset
(matchLast ? - findTextPositionMap[textStartIndex + matchIndex + matchLength] : findTextPositionMap[matchIndex + matchLength]);
283
navigator.
MoveByOffset
(matchLast ? - findTextPositionMap[findText.Length - findTextLength + findPattern.Length] : findTextPositionMap[findTextLength - findPattern.Length]);
692
navigator.
MoveByOffset
(matchLast ? - runCount : runCount);
System\Windows\Documents\TextPointerBase.cs (8)
990
thisNavigator.
MoveByOffset
(increment);
997
thisNavigator.
MoveByOffset
(increment);
1015
thisNavigator.
MoveByOffset
(increment);
1026
thisNavigator.
MoveByOffset
(increment);
1194
thisNavigator.
MoveByOffset
(increment);
1241
thisNavigator.
MoveByOffset
(-symbolCount);
1426
navigator.
MoveByOffset
(-runLength);
1451
navigator.
MoveByOffset
(runLength);
System\Windows\Documents\TextStore.cs (3)
2444
navigator.
MoveByOffset
(runCount);
2557
navigator.
MoveByOffset
(1);
2566
navigator.
MoveByOffset
(1);