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