8 references to ISpellingError
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
104
ISpellingError
Next();
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (4)
15
using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.
ISpellingError
;
35
/// of <see cref="RCW.
ISpellingError
"/>
71
internal SpellingError(
ISpellingError
error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions = true, bool shouldReleaseCOMObject = true)
86
private void PopulateSuggestions(
ISpellingError
error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions, bool shouldReleaseCOMObject)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
12
using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.
ISpellingError
;
86
ISpellingError
iSpellingError = spellingErrors.Next();
153
ISpellingError
iSpellingError = spellingErrors.Next();