1 write to _selection
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
42_selection = selection;
13 references to _selection
PresentationFramework (13)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (13)
43_selection.Changed += new EventHandler(OnSelectionChanged); 45_oldStart = _selection.Start; 46_oldEnd = _selection.End; 85if (_selection.IsInterimSelection) 91List<TextSegment> textSegments = _selection.TextSegments; 115if (!IsTextRangeEmpty(_selection) && !_selection.IsInterimSelection) 118List<TextSegment> textSegments = _selection.TextSegments; 198if (!_selection.IsInterimSelection) 200newStart = _selection.Start; 204newStart = _selection.End; 207newEnd = _selection.End; 307Invariant.Assert(_selection == (ITextSelection)sender);