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