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