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