4 references to Position
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorSelection.cs (4)
1869int newComparedToOld = e.NewPosition.CompareTo(e.Position); 1874if (newComparedToOld < 0 || newComparedToOld == 0 && e.NewPosition.LogicalDirection != e.Position.LogicalDirection) 1891This._NextLineAdvanceMovingPosition = e.Position; 1901AdjustMovingPositionForSelectDownByLine(This, e.NewPosition, e.Position, e.NewSuggestedX);