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