2 writes to _selection
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
81
_selection
= new TextSelection(this);
223
_selection
= null;
19 references to _selection
PresentationFramework (19)
src\Framework\System\windows\Documents\TextEditor.cs (19)
82
textContainer.TextSelection =
_selection
;
222
_selection
.OnDetach();
606
_selection
.BeginChangeNoUndo();
623
if (
_selection
is TextSelection)
625
((TextSelection)
_selection
).ClearSpringloadFormatting();
630
_selection
.EndChange();
659
_selection
.BeginChangeNoUndo();
676
if (
_selection
is TextSelection)
678
((TextSelection)
_selection
).ClearSpringloadFormatting();
683
_selection
.EndChange();
901
_selection
.UpdateCaretAndHighlight();
912
_selection
.UpdateCaretAndHighlight();
923
get { return
_selection
; }
1631
_selection
.OnTextViewUpdated();
1681
This.
_selection
.UpdateCaretAndHighlight();
1771
This.
_selection
.RefreshCaret();
1775
This.
_selection
.UpdateCaretAndHighlight();
1809
This.
_selection
.UpdateCaretAndHighlight();
1863
This.
_selection
.UpdateCaretAndHighlight();