10 references to CorrectiveAction
PresentationFramework (10)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (5)
45
internal
CorrectiveAction
CorrectiveAction { get; }
53
/// When <see cref="CorrectiveAction"/> is <see cref="
CorrectiveAction
.GetSuggestions"/>,
77
CorrectiveAction = (
CorrectiveAction
)error.CorrectiveAction;
91
if (CorrectiveAction ==
CorrectiveAction
.GetSuggestions)
96
else if (CorrectiveAction ==
CorrectiveAction
.Replace)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (4)
15
using CorrectiveAction = System.Windows.Documents.MsSpellCheckLib.SpellChecker.
CorrectiveAction
;
126
if (error.CorrectiveAction !=
CorrectiveAction
.None)
161
if ((
CorrectiveAction
)iSpellingError.CorrectiveAction !=
CorrectiveAction
.None)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
942
if (spellingError.CorrectiveAction != SpellChecker.
CorrectiveAction
.None)