9 references to CorrectiveAction
PresentationFramework (9)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (4)
44internal CorrectiveAction CorrectiveAction { get; } 76CorrectiveAction = (CorrectiveAction)error.CorrectiveAction; 90if (CorrectiveAction == CorrectiveAction.GetSuggestions) 95else if (CorrectiveAction == CorrectiveAction.Replace)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (4)
14using CorrectiveAction = System.Windows.Documents.MsSpellCheckLib.SpellChecker.CorrectiveAction; 125if (error.CorrectiveAction != CorrectiveAction.None) 160if ((CorrectiveAction)iSpellingError.CorrectiveAction != CorrectiveAction.None)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
938if (spellingError.CorrectiveAction != SpellChecker.CorrectiveAction.None)