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)
954
if (
_reenterPosition
!= null)
956
TextSegment lastReenteredWordRange = TextPointerBase.GetWordRange(
_reenterPosition
);
1001
if (
_reenterPosition
== null)