4 references to SpellingErrors
PresentationFramework (4)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
432if (_mode.HasFlag(SpellerMode.SpellingErrors))
src\Framework\System\Windows\Documents\Speller.cs (1)
890_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrors;
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
83SpellingErrorsWithSuggestions = SpellingErrors | Suggestions,
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
434bool spellCheckerNeeded = _mode.HasFlag(SpellerMode.SpellingErrors) || _mode.HasFlag(SpellerMode.Suggestions);