7 references to Speller
PresentationFramework (7)
System\Windows\Controls\CustomDictionarySources.cs (1)
313
return _owner.TextEditor.
Speller
;
System\Windows\Controls\TextBox.cs (2)
1039
this.TextEditor.
Speller
!= null)
1041
this.TextEditor.
Speller
.ResetErrors();
System\windows\Documents\TextEditorSpelling.cs (4)
37
return This.
Speller
?.GetError(position, direction, true /* forceEvaluation */);
43
if (This.
Speller
== null)
96
return (position == null) ? null : This.
Speller
.GetError(position, direction, false /* forceEvaluation */);
102
return This.
Speller
?.GetNextSpellingErrorPosition(position, direction);