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