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