4 references to TextEditorSpelling
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditor.cs (4)
393TextEditorSpelling._RegisterClassHandlers(controlType, registerEventListeners); 430return TextEditorSpelling.GetSpellingErrorAtPosition(this, position, direction); 436return TextEditorSpelling.GetSpellingErrorAtSelection(this); 442return TextEditorSpelling.GetNextSpellingErrorPosition(this, position, direction);