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