5 implementations of MoveToLineBoundary
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
519int ITextPointer.MoveToLineBoundary(int count)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
512int ITextPointer.MoveToLineBoundary(int count)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
477int ITextPointer.MoveToLineBoundary(int count)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
282int ITextPointer.MoveToLineBoundary(int count)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2679int ITextPointer.MoveToLineBoundary(int count)
5 references to MoveToLineBoundary
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
170if (position.MoveToLineBoundary(1) == 0)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1106moved = 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)
958moved = (navigator.MoveToLineBoundary(1) != 0) ? true : false;