2 writes to _selection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
71_selection = new TextSelection(this); 207_selection = null;
19 references to _selection
PresentationFramework (19)
System\windows\Documents\TextEditor.cs (19)
72textContainer.TextSelection = _selection; 206_selection.OnDetach(); 573_selection.BeginChangeNoUndo(); 590if (_selection is TextSelection) 592((TextSelection)_selection).ClearSpringloadFormatting(); 597_selection.EndChange(); 626_selection.BeginChangeNoUndo(); 643if (_selection is TextSelection) 645((TextSelection)_selection).ClearSpringloadFormatting(); 650_selection.EndChange(); 868_selection.UpdateCaretAndHighlight(); 879_selection.UpdateCaretAndHighlight(); 890get { return _selection; } 1592_selection.OnTextViewUpdated(); 1642This._selection.UpdateCaretAndHighlight(); 1726This._selection.RefreshCaret(); 1730This._selection.UpdateCaretAndHighlight(); 1759This._selection.UpdateCaretAndHighlight(); 1813This._selection.UpdateCaretAndHighlight();