2 references to MoveToLineBoundary
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
521return TextPointerBase.MoveToLineBoundary(this, _container.TextView, count);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2142return TextPointerBase.MoveToLineBoundary(this, _tree.TextView, count);