1 write to _selection
PresentationFramework (1)
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
34
_selection
= selection;
13 references to _selection
PresentationFramework (13)
System\windows\Documents\TextSelectionHighlightLayer.cs (13)
35
_selection
.Changed += new EventHandler(OnSelectionChanged);
37
_oldStart =
_selection
.Start;
38
_oldEnd =
_selection
.End;
77
if (
_selection
.IsInterimSelection)
83
List<TextSegment> textSegments =
_selection
.TextSegments;
106
if (!IsTextRangeEmpty(
_selection
) && !
_selection
.IsInterimSelection)
109
List<TextSegment> textSegments =
_selection
.TextSegments;
189
if (!
_selection
.IsInterimSelection)
191
newStart =
_selection
.Start;
195
newStart =
_selection
.End;
198
newEnd =
_selection
.End;
298
Invariant.Assert(
_selection
== (ITextSelection)sender);