2 implementations of ApplyTypingHeuristics
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
163void ITextRange.ApplyTypingHeuristics(bool overType)
src\Framework\System\windows\Documents\TextSelection.cs (1)
147void ITextRange.ApplyTypingHeuristics(bool overType)
6 references to ApplyTypingHeuristics
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1577This.Selection.ApplyTypingHeuristics(This.AllowOvertype && This._OvertypeMode && filteredText != "\t");
src\Framework\System\Windows\Documents\TextRange.cs (1)
161/// <see cref="System.Windows.Documents.ITextRange.ApplyTypingHeuristics"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
325/// <see cref="System.Windows.Documents.ITextRange.ApplyTypingHeuristics"/>
src\Framework\System\windows\Documents\TextSelection.cs (1)
145/// <see cref="System.Windows.Documents.ITextRange.ApplyTypingHeuristics"/>
src\Framework\System\Windows\Documents\TextStore.cs (2)
554range.ApplyTypingHeuristics(false /* overType */); 593this.TextSelection.ApplyTypingHeuristics(false /* overType */);