1 write to _selection
PresentationFramework (1)
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
37_selection = selection;
13 references to _selection
PresentationFramework (13)
System\windows\Documents\TextSelectionHighlightLayer.cs (13)
38_selection.Changed += new EventHandler(OnSelectionChanged); 40_oldStart = _selection.Start; 41_oldEnd = _selection.End; 80if (_selection.IsInterimSelection) 86List<TextSegment> textSegments = _selection.TextSegments; 109if (!IsTextRangeEmpty(_selection) && !_selection.IsInterimSelection) 112List<TextSegment> textSegments = _selection.TextSegments; 192if (!_selection.IsInterimSelection) 194newStart = _selection.Start; 198newStart = _selection.End; 201newEnd = _selection.End; 301Invariant.Assert(_selection == (ITextSelection)sender);