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; 77if (_selection.IsInterimSelection) 83List<TextSegment> textSegments = _selection.TextSegments; 106if (!IsTextRangeEmpty(_selection) && !_selection.IsInterimSelection) 109List<TextSegment> textSegments = _selection.TextSegments; 189if (!_selection.IsInterimSelection) 191newStart = _selection.Start; 195newStart = _selection.End; 198newEnd = _selection.End; 298Invariant.Assert(_selection == (ITextSelection)sender);