6 references to MoveByOffset
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (2)
1759end.MoveByOffset(+1); 3664position.MoveByOffset(+1);
System\Windows\Documents\FlowDocument.cs (2)
958childStart.MoveByOffset(childStartIndex); 960childEnd.MoveByOffset(TextContainerHelper.EmbeddedObjectLength);
System\Windows\Documents\TextPointer.cs (2)
899int actualCount = position.MoveByOffset(offset); 2603return MoveByOffset(offset);