2 writes to _selection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
77_selection = new TextSelection(this); 213_selection = null;
19 references to _selection
PresentationFramework (19)
System\windows\Documents\TextEditor.cs (19)
78textContainer.TextSelection = _selection; 212_selection.OnDetach(); 579_selection.BeginChangeNoUndo(); 596if (_selection is TextSelection) 598((TextSelection)_selection).ClearSpringloadFormatting(); 603_selection.EndChange(); 632_selection.BeginChangeNoUndo(); 649if (_selection is TextSelection) 651((TextSelection)_selection).ClearSpringloadFormatting(); 656_selection.EndChange(); 874_selection.UpdateCaretAndHighlight(); 885_selection.UpdateCaretAndHighlight(); 896get { return _selection; } 1598_selection.OnTextViewUpdated(); 1648This._selection.UpdateCaretAndHighlight(); 1732This._selection.RefreshCaret(); 1736This._selection.UpdateCaretAndHighlight(); 1765This._selection.UpdateCaretAndHighlight(); 1819This._selection.UpdateCaretAndHighlight();