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