4 references to GetSpellingErrorAtPosition
PresentationFramework (4)
System\Windows\Controls\RichTextBox.cs (2)
225return this.TextEditor.GetSpellingErrorAtPosition(position, position.LogicalDirection); 244SpellingError spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, position.LogicalDirection);
System\Windows\Controls\TextBox.cs (2)
479SpellingError spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, LogicalDirection.Forward); 484spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, LogicalDirection.Backward);