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();
567
_selection
.BeginChangeNoUndo();
584
if (
_selection
is TextSelection)
586
((TextSelection)
_selection
).ClearSpringloadFormatting();
591
_selection
.EndChange();
620
_selection
.BeginChangeNoUndo();
637
if (
_selection
is TextSelection)
639
((TextSelection)
_selection
).ClearSpringloadFormatting();
644
_selection
.EndChange();
862
_selection
.UpdateCaretAndHighlight();
873
_selection
.UpdateCaretAndHighlight();
884
get { return
_selection
; }
1580
_selection
.OnTextViewUpdated();
1624
This.
_selection
.UpdateCaretAndHighlight();
1705
This.
_selection
.RefreshCaret();
1709
This.
_selection
.UpdateCaretAndHighlight();
1738
This.
_selection
.UpdateCaretAndHighlight();
1789
This.
_selection
.UpdateCaretAndHighlight();