9 references to Speller
PresentationFramework (9)
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (1)
341
return _owner.TextEditor.
Speller
;
src\Framework\System\Windows\Controls\TextBox.cs (2)
1036
this.TextEditor.
Speller
!= null)
1038
this.TextEditor.
Speller
.ResetErrors();
src\Framework\System\windows\Documents\TextEditorSpelling.cs (6)
41
return (This.
Speller
== null) ? null : This.
Speller
.GetError(position, direction, true /* forceEvaluation */);
47
if (This.
Speller
== null)
100
return (position == null) ? null : This.
Speller
.GetError(position, direction, false /* forceEvaluation */);
106
return (This.
Speller
== null) ? null : This.
Speller
.GetNextSpellingErrorPosition(position, direction);