7 references to NewPosition
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorSelection.cs (7)
1809
This.Selection.SetCaretToPosition(e.
NewPosition
, e.
NewPosition
.LogicalDirection, /*allowStopAtLineEnd:*/true, /*allowStopNearSpace:*/true);
1869
int newComparedToOld = e.
NewPosition
.CompareTo(e.Position);
1874
if (newComparedToOld < 0 || newComparedToOld == 0 && e.
NewPosition
.LogicalDirection != e.Position.LogicalDirection)
1884
ExtendSelectionAndBringIntoView(e.
NewPosition
, This);
1896
ExtendSelectionAndBringIntoView(GetPositionAtLineStart(e.
NewPosition
), This);
1901
AdjustMovingPositionForSelectDownByLine(This, e.
NewPosition
, e.Position, e.NewSuggestedX);