1 write to _OvertypeMode
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
501
This.
_OvertypeMode
= !This._OvertypeMode;
7 references to _OvertypeMode
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorTyping.cs (6)
501
This._OvertypeMode = !This.
_OvertypeMode
;
509
if (This.
_OvertypeMode
)
1317
ScheduleInput(This, new TextInputItem(This, " ", /*isInsertKeyToggled:*/!This.
_OvertypeMode
));
1385
DoTextInput(This, "\t", /*isInsertKeyToggled:*/!This.
_OvertypeMode
, /*acceptControlCharacters:*/true);
1417
DoTextInput(This, "\t", /*isInsertKeyToggled:*/!This.
_OvertypeMode
, /*acceptControlCharacters:*/true);
1577
This.Selection.ApplyTypingHeuristics(This.AllowOvertype && This.
_OvertypeMode
&& filteredText != "\t");
src\Framework\System\Windows\Documents\TextStore.cs (1)
1356
if (TextEditor.AllowOvertype && TextEditor.
_OvertypeMode
&& TextSelection.IsEmpty)