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