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