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