21 references to RCW
PresentationFramework (21)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
11using IOptionDescription = System.Windows.Documents.MsSpellCheckLib.RCW.IOptionDescription;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (5)
12using ISpellChecker = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellChecker; 13using IEnumString = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumString; 14using ISpellCheckerChangedEventHandler = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellCheckerChangedEventHandler; 15using IOptionDescription = System.Windows.Documents.MsSpellCheckLib.RCW.IOptionDescription; 16using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumSpellingError;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellCheckerChangedEventHandler.cs (2)
4using ISpellChecker = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellChecker; 5using ISpellCheckerChangedEventHandler = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellCheckerChangedEventHandler;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (3)
14using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellingError; 21/// This Enum corresponds to <see cref="RCW.CORRECTIVE_ACTION"/>, and 34/// of <see cref="RCW.ISpellingError"/>
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (3)
54public static RCW.ISpellCheckerFactory ComFactory 92public RCW.ISpellChecker CreateSpellChecker() 104public bool CreateSpellCheckerRetryPreamble(out Func<RCW.ISpellChecker> func)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (4)
16using ISpellChecker = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellChecker; 17using ISpellCheckerFactory = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellCheckerFactory; 18using IUserDictionariesRegistrar = System.Windows.Documents.MsSpellCheckLib.RCW.IUserDictionariesRegistrar; 19using SpellCheckerFactoryClass = System.Windows.Documents.MsSpellCheckLib.RCW.SpellCheckerFactoryClass;
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
9using IEnumString = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumString; 10using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumSpellingError; 11using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellingError;