4 references to GetPositionAtLineEnd
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorSelection.cs (4)
335
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1093
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1114
ExtendSelectionAndBringIntoView(
GetPositionAtLineEnd
(newMovingPosition), This);
1182
newMovingPosition =
GetPositionAtLineEnd
(originalMovingPosition);