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; 78if (_selection.IsInterimSelection) 84List<TextSegment> textSegments = _selection.TextSegments; 107if (!IsTextRangeEmpty(_selection) && !_selection.IsInterimSelection) 110List<TextSegment> textSegments = _selection.TextSegments; 190if (!_selection.IsInterimSelection) 192newStart = _selection.Start; 196newStart = _selection.End; 199newEnd = _selection.End; 299Invariant.Assert(_selection == (ITextSelection)sender);