2 writes to _selection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
66_selection = new TextSelection(this); 202_selection = null;
19 references to _selection
PresentationFramework (19)
System\windows\Documents\TextEditor.cs (19)
67textContainer.TextSelection = _selection; 201_selection.OnDetach(); 570_selection.BeginChangeNoUndo(); 587if (_selection is TextSelection) 589((TextSelection)_selection).ClearSpringloadFormatting(); 594_selection.EndChange(); 623_selection.BeginChangeNoUndo(); 640if (_selection is TextSelection) 642((TextSelection)_selection).ClearSpringloadFormatting(); 647_selection.EndChange(); 865_selection.UpdateCaretAndHighlight(); 876_selection.UpdateCaretAndHighlight(); 887get { return _selection; } 1589_selection.OnTextViewUpdated(); 1639This._selection.UpdateCaretAndHighlight(); 1723This._selection.RefreshCaret(); 1727This._selection.UpdateCaretAndHighlight(); 1756This._selection.UpdateCaretAndHighlight(); 1810This._selection.UpdateCaretAndHighlight();