9 references to Speller
PresentationFramework (9)
System\Windows\Controls\CustomDictionarySources.cs (1)
338return _owner.TextEditor.Speller;
System\Windows\Controls\TextBox.cs (2)
1045this.TextEditor.Speller != null) 1047this.TextEditor.Speller.ResetErrors();
System\windows\Documents\TextEditorSpelling.cs (6)
39return (This.Speller == null) ? null : This.Speller.GetError(position, direction, true /* forceEvaluation */); 45if (This.Speller == null) 98return (position == null) ? null : This.Speller.GetError(position, direction, false /* forceEvaluation */); 104return (This.Speller == null) ? null : This.Speller.GetNextSpellingErrorPosition(position, direction);