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