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