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();
566
_selection
.BeginChangeNoUndo();
583
if (
_selection
is TextSelection)
585
((TextSelection)
_selection
).ClearSpringloadFormatting();
590
_selection
.EndChange();
619
_selection
.BeginChangeNoUndo();
636
if (
_selection
is TextSelection)
638
((TextSelection)
_selection
).ClearSpringloadFormatting();
643
_selection
.EndChange();
861
_selection
.UpdateCaretAndHighlight();
872
_selection
.UpdateCaretAndHighlight();
883
get { return
_selection
; }
1579
_selection
.OnTextViewUpdated();
1623
This.
_selection
.UpdateCaretAndHighlight();
1704
This.
_selection
.RefreshCaret();
1708
This.
_selection
.UpdateCaretAndHighlight();
1737
This.
_selection
.UpdateCaretAndHighlight();
1788
This.
_selection
.UpdateCaretAndHighlight();