3 references to MoveToLineBoundary
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
514return TextPointerBase.MoveToLineBoundary(this, ((ITextPointer)this).TextContainer.TextView, count, true);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
479return TextPointerBase.MoveToLineBoundary(this, ((ITextPointer)this).TextContainer.TextView, count, true);
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
805return MoveToLineBoundary(thisPointer, textView, count, false /* respectNonMeargeableInlineStart */);