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