8 references to ISpellingError
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
103
ISpellingError
Next();
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (4)
14
using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.
ISpellingError
;
34
/// of <see cref="RCW.
ISpellingError
"/>
70
internal SpellingError(
ISpellingError
error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions = true, bool shouldReleaseCOMObject = true)
85
private void PopulateSuggestions(
ISpellingError
error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions, bool shouldReleaseCOMObject)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
11
using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.
ISpellingError
;
85
ISpellingError
iSpellingError = spellingErrors.Next();
152
ISpellingError
iSpellingError = spellingErrors.Next();