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