2 writes to _selection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
66_selection = new TextSelection(this); 202_selection = null;
19 references to _selection
PresentationFramework (19)
System\windows\Documents\TextEditor.cs (19)
67textContainer.TextSelection = _selection; 201_selection.OnDetach(); 567_selection.BeginChangeNoUndo(); 584if (_selection is TextSelection) 586((TextSelection)_selection).ClearSpringloadFormatting(); 591_selection.EndChange(); 620_selection.BeginChangeNoUndo(); 637if (_selection is TextSelection) 639((TextSelection)_selection).ClearSpringloadFormatting(); 644_selection.EndChange(); 862_selection.UpdateCaretAndHighlight(); 873_selection.UpdateCaretAndHighlight(); 884get { return _selection; } 1580_selection.OnTextViewUpdated(); 1624This._selection.UpdateCaretAndHighlight(); 1705This._selection.RefreshCaret(); 1709This._selection.UpdateCaretAndHighlight(); 1738This._selection.UpdateCaretAndHighlight(); 1789This._selection.UpdateCaretAndHighlight();