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