5 implementations of MoveToLineBoundary
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
519
int ITextPointer.
MoveToLineBoundary
(int count)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
512
int ITextPointer.
MoveToLineBoundary
(int count)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
477
int ITextPointer.
MoveToLineBoundary
(int count)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
282
int ITextPointer.
MoveToLineBoundary
(int count)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2679
int ITextPointer.
MoveToLineBoundary
(int count)
5 references to MoveToLineBoundary
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
170
if (position.
MoveToLineBoundary
(1) == 0)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1106
moved = position.
MoveToLineBoundary
(count);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
475
/// <see cref="ITextPointer.
MoveToLineBoundary
"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
280
/// <see cref="ITextPointer.
MoveToLineBoundary
"/>
src\Framework\System\Windows\Documents\TextStore.cs (1)
958
moved = (navigator.
MoveToLineBoundary
(1) != 0) ? true : false;