4 references to GetSpellingErrorAtSelection
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditor.cs (1)
436return TextEditorSpelling.GetSpellingErrorAtSelection(this);
src\Framework\System\windows\Documents\TextEditorSpelling.cs (3)
133SpellingError spellingError = GetSpellingErrorAtSelection(This); 231SpellingError spellingError = GetSpellingErrorAtSelection(This); 248SpellingError spellingError = GetSpellingErrorAtSelection(This);