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