6 references to MoveByOffset
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (2)
1760end.MoveByOffset(+1); 3665position.MoveByOffset(+1);
System\Windows\Documents\FlowDocument.cs (2)
959childStart.MoveByOffset(childStartIndex); 961childEnd.MoveByOffset(TextContainerHelper.EmbeddedObjectLength);
System\Windows\Documents\TextPointer.cs (2)
900int actualCount = position.MoveByOffset(offset); 2604return MoveByOffset(offset);