4 references to End
PresentationFramework (4)
src\Framework\System\windows\Documents\TextSelection.cs (4)
437
case MovingEdge.
End
:
1911
movingEdge = (anchorPosition.CompareTo(movingPosition) <= 0) ? MovingEdge.
End
: MovingEdge.Start;
1922
movingEdge = MovingEdge.
End
;
1934
movingEdge = (anchorPosition.CompareTo(movingPosition) <= 0) ? MovingEdge.
End
: MovingEdge.Start;