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)
72
textContainer.TextSelection =
_selection
;
206
_selection
.OnDetach();
573
_selection
.BeginChangeNoUndo();
590
if (
_selection
is TextSelection)
592
((TextSelection)
_selection
).ClearSpringloadFormatting();
597
_selection
.EndChange();
626
_selection
.BeginChangeNoUndo();
643
if (
_selection
is TextSelection)
645
((TextSelection)
_selection
).ClearSpringloadFormatting();
650
_selection
.EndChange();
868
_selection
.UpdateCaretAndHighlight();
879
_selection
.UpdateCaretAndHighlight();
890
get { return
_selection
; }
1592
_selection
.OnTextViewUpdated();
1642
This.
_selection
.UpdateCaretAndHighlight();
1726
This.
_selection
.RefreshCaret();
1730
This.
_selection
.UpdateCaretAndHighlight();
1759
This.
_selection
.UpdateCaretAndHighlight();
1813
This.
_selection
.UpdateCaretAndHighlight();