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(); 566_selection.BeginChangeNoUndo(); 583if (_selection is TextSelection) 585((TextSelection)_selection).ClearSpringloadFormatting(); 590_selection.EndChange(); 619_selection.BeginChangeNoUndo(); 636if (_selection is TextSelection) 638((TextSelection)_selection).ClearSpringloadFormatting(); 643_selection.EndChange(); 861_selection.UpdateCaretAndHighlight(); 872_selection.UpdateCaretAndHighlight(); 883get { return _selection; } 1579_selection.OnTextViewUpdated(); 1623This._selection.UpdateCaretAndHighlight(); 1704This._selection.RefreshCaret(); 1708This._selection.UpdateCaretAndHighlight(); 1737This._selection.UpdateCaretAndHighlight(); 1788This._selection.UpdateCaretAndHighlight();