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)
67
textContainer.TextSelection =
_selection
;
201
_selection
.OnDetach();
570
_selection
.BeginChangeNoUndo();
587
if (
_selection
is TextSelection)
589
((TextSelection)
_selection
).ClearSpringloadFormatting();
594
_selection
.EndChange();
623
_selection
.BeginChangeNoUndo();
640
if (
_selection
is TextSelection)
642
((TextSelection)
_selection
).ClearSpringloadFormatting();
647
_selection
.EndChange();
865
_selection
.UpdateCaretAndHighlight();
876
_selection
.UpdateCaretAndHighlight();
887
get { return
_selection
; }
1589
_selection
.OnTextViewUpdated();
1639
This.
_selection
.UpdateCaretAndHighlight();
1723
This.
_selection
.RefreshCaret();
1727
This.
_selection
.UpdateCaretAndHighlight();
1756
This.
_selection
.UpdateCaretAndHighlight();
1810
This.
_selection
.UpdateCaretAndHighlight();