2 writes to _selection
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextParentUndoUnit.cs (2)
58
_selection
= selection;
87
_selection
= undoUnit._selection;
5 references to _selection
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextParentUndoUnit.cs (5)
87
_selection = undoUnit.
_selection
;
128
ITextContainer textContainer =
_selection
.Start.TextContainer;
132
_selection
.Select(anchorPosition, movingPosition);
188
RecordRedoSelectionState(
_selection
.AnchorPosition,
_selection
.MovingPosition);