1 write to CorrectiveAction
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (1)
76
CorrectiveAction
= (CorrectiveAction)error.CorrectiveAction;
4 references to CorrectiveAction
PresentationFramework (4)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (2)
90
if (
CorrectiveAction
== CorrectiveAction.GetSuggestions)
95
else if (
CorrectiveAction
== CorrectiveAction.Replace)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (1)
125
if (error.
CorrectiveAction
!= CorrectiveAction.None)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
938
if (spellingError.
CorrectiveAction
!= SpellChecker.CorrectiveAction.None)