2 writes to _selection
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
81_selection = new TextSelection(this); 223_selection = null;
19 references to _selection
PresentationFramework (19)
src\Framework\System\windows\Documents\TextEditor.cs (19)
82textContainer.TextSelection = _selection; 222_selection.OnDetach(); 606_selection.BeginChangeNoUndo(); 623if (_selection is TextSelection) 625((TextSelection)_selection).ClearSpringloadFormatting(); 630_selection.EndChange(); 659_selection.BeginChangeNoUndo(); 676if (_selection is TextSelection) 678((TextSelection)_selection).ClearSpringloadFormatting(); 683_selection.EndChange(); 901_selection.UpdateCaretAndHighlight(); 912_selection.UpdateCaretAndHighlight(); 923get { return _selection; } 1631_selection.OnTextViewUpdated(); 1681This._selection.UpdateCaretAndHighlight(); 1771This._selection.RefreshCaret(); 1775This._selection.UpdateCaretAndHighlight(); 1809This._selection.UpdateCaretAndHighlight(); 1863This._selection.UpdateCaretAndHighlight();