2 references to GetSpellingErrorAtSelection
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (2)
185
SpellingError spellingError = (contextMenu is EditorContextMenu) ? This.
GetSpellingErrorAtSelection
() : null;
509
spellingError = textEditor.
GetSpellingErrorAtSelection
();