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