3 references to Suggestions
PresentationFramework (3)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
436if (_mode.HasFlag(SpellerMode.Suggestions))
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);