2 writes to _selection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
77
_selection
= new TextSelection(this);
213
_selection
= null;
19 references to _selection
PresentationFramework (19)
System\windows\Documents\TextEditor.cs (19)
78
textContainer.TextSelection =
_selection
;
212
_selection
.OnDetach();
579
_selection
.BeginChangeNoUndo();
596
if (
_selection
is TextSelection)
598
((TextSelection)
_selection
).ClearSpringloadFormatting();
603
_selection
.EndChange();
632
_selection
.BeginChangeNoUndo();
649
if (
_selection
is TextSelection)
651
((TextSelection)
_selection
).ClearSpringloadFormatting();
656
_selection
.EndChange();
874
_selection
.UpdateCaretAndHighlight();
885
_selection
.UpdateCaretAndHighlight();
896
get { return
_selection
; }
1598
_selection
.OnTextViewUpdated();
1648
This.
_selection
.UpdateCaretAndHighlight();
1732
This.
_selection
.RefreshCaret();
1736
This.
_selection
.UpdateCaretAndHighlight();
1765
This.
_selection
.UpdateCaretAndHighlight();
1819
This.
_selection
.UpdateCaretAndHighlight();