4 references to GetSpellingErrorAtPosition
PresentationFramework (4)
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
238
return this.TextEditor.
GetSpellingErrorAtPosition
(position, position.LogicalDirection);
257
SpellingError spellingError = this.TextEditor.
GetSpellingErrorAtPosition
(position, position.LogicalDirection);
src\Framework\System\Windows\Controls\TextBox.cs (2)
512
SpellingError spellingError = this.TextEditor.
GetSpellingErrorAtPosition
(position, LogicalDirection.Forward);
517
spellingError = this.TextEditor.
GetSpellingErrorAtPosition
(position, LogicalDirection.Backward);