4 references to GetPositionAtLineEnd
PresentationFramework (4)
System\windows\Documents\TextEditorSelection.cs (4)
311
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1068
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1089
ExtendSelectionAndBringIntoView(
GetPositionAtLineEnd
(newMovingPosition), This);
1157
newMovingPosition =
GetPositionAtLineEnd
(originalMovingPosition);