2 implementations of ApplyTypingHeuristics
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
173
void ITextRange.
ApplyTypingHeuristics
(bool overType)
System\windows\Documents\TextSelection.cs (1)
144
void ITextRange.
ApplyTypingHeuristics
(bool overType)
6 references to ApplyTypingHeuristics
PresentationFramework (6)
System\windows\Documents\TextEditorTyping.cs (1)
1560
This.Selection.
ApplyTypingHeuristics
(This.AllowOvertype && This._OvertypeMode && filteredText != "\t");
System\Windows\Documents\TextRange.cs (1)
171
/// <see cref="System.Windows.Documents.ITextRange.
ApplyTypingHeuristics
"/>
System\Windows\Documents\TextRangeBase.cs (1)
314
/// <see cref="System.Windows.Documents.ITextRange.
ApplyTypingHeuristics
"/>
System\windows\Documents\TextSelection.cs (1)
142
/// <see cref="System.Windows.Documents.ITextRange.
ApplyTypingHeuristics
"/>
System\Windows\Documents\TextStore.cs (2)
686
range.
ApplyTypingHeuristics
(false /* overType */);
725
this.TextSelection.
ApplyTypingHeuristics
(false /* overType */);