4 references to GetSpellingErrorAtPosition
PresentationFramework (4)
System\Windows\Controls\RichTextBox.cs (2)
230
return this.TextEditor.
GetSpellingErrorAtPosition
(position, position.LogicalDirection);
249
SpellingError spellingError = this.TextEditor.
GetSpellingErrorAtPosition
(position, position.LogicalDirection);
System\Windows\Controls\TextBox.cs (2)
485
SpellingError spellingError = this.TextEditor.
GetSpellingErrorAtPosition
(position, LogicalDirection.Forward);
490
spellingError = this.TextEditor.
GetSpellingErrorAtPosition
(position, LogicalDirection.Backward);