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