2 implementations of ApplyTypingHeuristics
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
163
void ITextRange.
ApplyTypingHeuristics
(bool overType)
System\windows\Documents\TextSelection.cs (1)
140
void ITextRange.
ApplyTypingHeuristics
(bool overType)
3 references to ApplyTypingHeuristics
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (1)
1538
This.Selection.
ApplyTypingHeuristics
(This.AllowOvertype && This._OvertypeMode && filteredText != "\t");
System\Windows\Documents\TextStore.cs (2)
674
range.
ApplyTypingHeuristics
(false /* overType */);
713
this.TextSelection.
ApplyTypingHeuristics
(false /* overType */);