2 references to AllowOvertype
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1577This.Selection.ApplyTypingHeuristics(This.AllowOvertype && This._OvertypeMode && filteredText != "\t");
src\Framework\System\Windows\Documents\TextStore.cs (1)
1356if (TextEditor.AllowOvertype && TextEditor._OvertypeMode && TextSelection.IsEmpty)