2 implementations of ApplyTypingHeuristics
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
163
void ITextRange.
ApplyTypingHeuristics
(bool overType)
src\Framework\System\windows\Documents\TextSelection.cs (1)
147
void ITextRange.
ApplyTypingHeuristics
(bool overType)
6 references to ApplyTypingHeuristics
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1577
This.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)
554
range.
ApplyTypingHeuristics
(false /* overType */);
593
this.TextSelection.
ApplyTypingHeuristics
(false /* overType */);