7 writes to _NextLineAdvanceMovingPosition
PresentationFramework (7)
System\windows\Documents\TextEditorSelection.cs (7)
96
This.
_NextLineAdvanceMovingPosition
= null;
1035
This.
_NextLineAdvanceMovingPosition
= null;
1085
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1152
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1207
This.
_NextLineAdvanceMovingPosition
= null;
1275
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1866
This.
_NextLineAdvanceMovingPosition
= e.Position;
8 references to _NextLineAdvanceMovingPosition
PresentationFramework (8)
System\windows\Documents\TextEditorSelection.cs (8)
1028
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1034
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1083
if (This.
_NextLineAdvanceMovingPosition
== null)
1150
if (This.
_NextLineAdvanceMovingPosition
== null)
1200
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1206
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1273
if (This.
_NextLineAdvanceMovingPosition
== null)
1864
if (This.
_NextLineAdvanceMovingPosition
== null)