6 references to MoveByOffset
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
1866end.MoveByOffset(+1); 3673position.MoveByOffset(+1);
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
970childStart.MoveByOffset(childStartIndex); 972childEnd.MoveByOffset(TextContainerHelper.EmbeddedObjectLength);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
916int actualCount = position.MoveByOffset(offset); 2635return MoveByOffset(offset);