3 writes to _reenterPosition
PresentationFramework (3)
src\Framework\System\windows\Documents\TextSelection.cs (3)
884_reenterPosition = null; 941_reenterPosition = cursorPosition.CreatePointer(); 959_reenterPosition = null;
3 references to _reenterPosition
PresentationFramework (3)
src\Framework\System\windows\Documents\TextSelection.cs (3)
954if (_reenterPosition != null) 956TextSegment lastReenteredWordRange = TextPointerBase.GetWordRange(_reenterPosition); 1001if (_reenterPosition == null)