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