7 references to NewPosition
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorSelection.cs (7)
1839
This.Selection.SetCaretToPosition(e.
NewPosition
, e.
NewPosition
.LogicalDirection, /*allowStopAtLineEnd:*/true, /*allowStopNearSpace:*/true);
1932
int newComparedToOld = e.
NewPosition
.CompareTo(e.Position);
1940
ExtendSelectionAndBringIntoView(e.
NewPosition
, This);
1945
ExtendSelectionAndBringIntoView(e.
NewPosition
.TextContainer.Start, This);
1954
ExtendSelectionAndBringIntoView(e.
NewPosition
, This);
1959
ExtendSelectionAndBringIntoView(e.
NewPosition
.TextContainer.End, This);