7 writes to _NextLineAdvanceMovingPosition
PresentationFramework (7)
System\windows\Documents\TextEditorSelection.cs (7)
112
This.
_NextLineAdvanceMovingPosition
= null;
1051
This.
_NextLineAdvanceMovingPosition
= null;
1101
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1168
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1223
This.
_NextLineAdvanceMovingPosition
= null;
1291
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1882
This.
_NextLineAdvanceMovingPosition
= e.Position;
8 references to _NextLineAdvanceMovingPosition
PresentationFramework (8)
System\windows\Documents\TextEditorSelection.cs (8)
1044
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1050
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1099
if (This.
_NextLineAdvanceMovingPosition
== null)
1166
if (This.
_NextLineAdvanceMovingPosition
== null)
1216
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1222
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1289
if (This.
_NextLineAdvanceMovingPosition
== null)
1880
if (This.
_NextLineAdvanceMovingPosition
== null)