4 references to GetPositionAtLineEnd
PresentationFramework (4)
System\windows\Documents\TextEditorSelection.cs (4)
327
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1084
ITextPointer lineEndPosition =
GetPositionAtLineEnd
(originalMovingPosition);
1105
ExtendSelectionAndBringIntoView(
GetPositionAtLineEnd
(newMovingPosition), This);
1173
newMovingPosition =
GetPositionAtLineEnd
(originalMovingPosition);