1 write to _OvertypeMode
PresentationFramework (1)
System\windows\Documents\TextEditorTyping.cs (1)
485
This.
_OvertypeMode
= !This._OvertypeMode;
7 references to _OvertypeMode
PresentationFramework (7)
System\windows\Documents\TextEditorTyping.cs (6)
485
This._OvertypeMode = !This.
_OvertypeMode
;
493
if (This.
_OvertypeMode
)
1300
ScheduleInput(This, new TextInputItem(This, " ", /*isInsertKeyToggled:*/!This.
_OvertypeMode
));
1368
DoTextInput(This, "\t", /*isInsertKeyToggled:*/!This.
_OvertypeMode
, /*acceptControlCharacters:*/true);
1400
DoTextInput(This, "\t", /*isInsertKeyToggled:*/!This.
_OvertypeMode
, /*acceptControlCharacters:*/true);
1560
This.Selection.ApplyTypingHeuristics(This.AllowOvertype && This.
_OvertypeMode
&& filteredText != "\t");
System\Windows\Documents\TextStore.cs (1)
1491
if (TextEditor.AllowOvertype && TextEditor.
_OvertypeMode
&& TextSelection.IsEmpty)