7 writes to _NextLineAdvanceMovingPosition
PresentationFramework (7)
System\windows\Documents\TextEditorSelection.cs (7)
97
This.
_NextLineAdvanceMovingPosition
= null;
1036
This.
_NextLineAdvanceMovingPosition
= null;
1086
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1153
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1208
This.
_NextLineAdvanceMovingPosition
= null;
1276
This.
_NextLineAdvanceMovingPosition
= originalMovingPosition;
1867
This.
_NextLineAdvanceMovingPosition
= e.Position;
8 references to _NextLineAdvanceMovingPosition
PresentationFramework (8)
System\windows\Documents\TextEditorSelection.cs (8)
1029
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1035
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1084
if (This.
_NextLineAdvanceMovingPosition
== null)
1151
if (This.
_NextLineAdvanceMovingPosition
== null)
1201
if (This.
_NextLineAdvanceMovingPosition
!= null &&
1207
ExtendSelectionAndBringIntoView(This.
_NextLineAdvanceMovingPosition
, This);
1274
if (This.
_NextLineAdvanceMovingPosition
== null)
1865
if (This.
_NextLineAdvanceMovingPosition
== null)