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