1 write to CorrectiveAction
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (1)
77
CorrectiveAction
= (CorrectiveAction)error.CorrectiveAction;
5 references to CorrectiveAction
PresentationFramework (5)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (3)
53
/// When <see cref="
CorrectiveAction
"/> is <see cref="CorrectiveAction.GetSuggestions"/>,
91
if (
CorrectiveAction
== CorrectiveAction.GetSuggestions)
96
else if (
CorrectiveAction
== CorrectiveAction.Replace)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (1)
126
if (error.
CorrectiveAction
!= CorrectiveAction.None)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
942
if (spellingError.
CorrectiveAction
!= SpellChecker.CorrectiveAction.None)