4 references to GetPositionAtLineEnd
PresentationFramework (4)
System\windows\Documents\TextEditorSelection.cs (4)
312
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1069
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1090
ExtendSelectionAndBringIntoView(
GetPositionAtLineEnd
(newMovingPosition), This);
1158
newMovingPosition =
GetPositionAtLineEnd
(originalMovingPosition);