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