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