2 references to GetNextSpellingErrorPosition
PresentationFramework (2)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
283return (TextPointer)this.TextEditor.GetNextSpellingErrorPosition(position, direction);
src\Framework\System\Windows\Controls\TextBox.cs (1)
592position = this.TextEditor.GetNextSpellingErrorPosition(position, direction);