7 writes to _NextLineAdvanceMovingPosition
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorSelection.cs (7)
120
This.
_NextLineAdvanceMovingPosition
= null;
1060
This.
_NextLineAdvanceMovingPosition
= null;
1110
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1177
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1232
This.
_NextLineAdvanceMovingPosition
= null;
1300
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1891
This.
_NextLineAdvanceMovingPosition
= e.Position;
8 references to _NextLineAdvanceMovingPosition
PresentationFramework (8)
src\Framework\System\windows\Documents\TextEditorSelection.cs (8)
1053
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1059
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1108
if (This.
_NextLineAdvanceMovingPosition
== null)
1175
if (This.
_NextLineAdvanceMovingPosition
== null)
1225
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1231
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1298
if (This.
_NextLineAdvanceMovingPosition
== null)
1889
if (This.
_NextLineAdvanceMovingPosition
== null)