3 references to None
PresentationFramework (3)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (2)
126
if (error.CorrectiveAction != CorrectiveAction.
None
)
161
if ((CorrectiveAction)iSpellingError.CorrectiveAction != CorrectiveAction.
None
)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
942
if (spellingError.CorrectiveAction != SpellChecker.CorrectiveAction.
None
)