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