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