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