2 writes to _selection
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
65
_selection
= new TextSelection(this);
201
_selection
= null;
19 references to _selection
PresentationFramework (19)
System\windows\Documents\TextEditor.cs (19)
66
textContainer.TextSelection =
_selection
;
200
_selection
.OnDetach();
560
_selection
.BeginChangeNoUndo();
577
if (
_selection
is TextSelection)
579
((TextSelection)
_selection
).ClearSpringloadFormatting();
584
_selection
.EndChange();
613
_selection
.BeginChangeNoUndo();
630
if (
_selection
is TextSelection)
632
((TextSelection)
_selection
).ClearSpringloadFormatting();
637
_selection
.EndChange();
855
_selection
.UpdateCaretAndHighlight();
866
_selection
.UpdateCaretAndHighlight();
877
get { return
_selection
; }
1573
_selection
.OnTextViewUpdated();
1617
This.
_selection
.UpdateCaretAndHighlight();
1698
This.
_selection
.RefreshCaret();
1702
This.
_selection
.UpdateCaretAndHighlight();
1731
This.
_selection
.UpdateCaretAndHighlight();
1776
This.
_selection
.UpdateCaretAndHighlight();