2 writes to _selection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
65_selection = new TextSelection(this); 201_selection = null;
19 references to _selection
PresentationFramework (19)
System\windows\Documents\TextEditor.cs (19)
66textContainer.TextSelection = _selection; 200_selection.OnDetach(); 560_selection.BeginChangeNoUndo(); 577if (_selection is TextSelection) 579((TextSelection)_selection).ClearSpringloadFormatting(); 584_selection.EndChange(); 613_selection.BeginChangeNoUndo(); 630if (_selection is TextSelection) 632((TextSelection)_selection).ClearSpringloadFormatting(); 637_selection.EndChange(); 855_selection.UpdateCaretAndHighlight(); 866_selection.UpdateCaretAndHighlight(); 877get { return _selection; } 1573_selection.OnTextViewUpdated(); 1617This._selection.UpdateCaretAndHighlight(); 1698This._selection.RefreshCaret(); 1702This._selection.UpdateCaretAndHighlight(); 1731This._selection.UpdateCaretAndHighlight(); 1776This._selection.UpdateCaretAndHighlight();