1 write to _selection
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
42
_selection
= selection;
13 references to _selection
PresentationFramework (13)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (13)
43
_selection
.Changed += new EventHandler(OnSelectionChanged);
45
_oldStart =
_selection
.Start;
46
_oldEnd =
_selection
.End;
85
if (
_selection
.IsInterimSelection)
91
List<TextSegment> textSegments =
_selection
.TextSegments;
115
if (!IsTextRangeEmpty(
_selection
) && !
_selection
.IsInterimSelection)
118
List<TextSegment> textSegments =
_selection
.TextSegments;
198
if (!
_selection
.IsInterimSelection)
200
newStart =
_selection
.Start;
204
newStart =
_selection
.End;
207
newEnd =
_selection
.End;
307
Invariant.Assert(
_selection
== (ITextSelection)sender);