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