10 references to CorrectiveAction
PresentationFramework (10)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (5)
44
internal
CorrectiveAction
CorrectiveAction { get; }
52
/// When <see cref="CorrectiveAction"/> is <see cref="
CorrectiveAction
.GetSuggestions"/>,
76
CorrectiveAction = (
CorrectiveAction
)error.CorrectiveAction;
90
if (CorrectiveAction ==
CorrectiveAction
.GetSuggestions)
95
else if (CorrectiveAction ==
CorrectiveAction
.Replace)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (4)
14
using CorrectiveAction = System.Windows.Documents.MsSpellCheckLib.SpellChecker.
CorrectiveAction
;
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)