1 write to _selection
PresentationFramework (1)
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
35
_selection
= selection;
13 references to _selection
PresentationFramework (13)
System\windows\Documents\TextSelectionHighlightLayer.cs (13)
36
_selection
.Changed += new EventHandler(OnSelectionChanged);
38
_oldStart =
_selection
.Start;
39
_oldEnd =
_selection
.End;
78
if (
_selection
.IsInterimSelection)
84
List<TextSegment> textSegments =
_selection
.TextSegments;
107
if (!IsTextRangeEmpty(
_selection
) && !
_selection
.IsInterimSelection)
110
List<TextSegment> textSegments =
_selection
.TextSegments;
190
if (!
_selection
.IsInterimSelection)
192
newStart =
_selection
.Start;
196
newStart =
_selection
.End;
199
newEnd =
_selection
.End;
299
Invariant.Assert(
_selection
== (ITextSelection)sender);