3 references to GetError
PresentationFramework (3)
src\Framework\System\Windows\Documents\Speller.cs (1)
177
SpellingError spellingError =
GetError
(position, direction, false /* forceEvaluation */);
src\Framework\System\windows\Documents\TextEditorSpelling.cs (2)
41
return (This.Speller == null) ? null : This.Speller.
GetError
(position, direction, true /* forceEvaluation */);
100
return (position == null) ? null : This.Speller.
GetError
(position, direction, false /* forceEvaluation */);