21 references to RCW
PresentationFramework (21)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
18using IOptionDescription = RCW.IOptionDescription;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (5)
20using ISpellChecker = RCW.ISpellChecker; 21using IEnumString = RCW.IEnumString; 22using ISpellCheckerChangedEventHandler = RCW.ISpellCheckerChangedEventHandler; 23using IOptionDescription = RCW.IOptionDescription; 24using IEnumSpellingError = RCW.IEnumSpellingError;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellCheckerChangedEventHandler.cs (2)
18using ISpellChecker = RCW.ISpellChecker; 19using ISpellCheckerChangedEventHandler = RCW.ISpellCheckerChangedEventHandler;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (3)
21using ISpellingError = RCW.ISpellingError; 26/// This Enum corresponds to <see cref="RCW.CORRECTIVE_ACTION"/>, and 39/// of <see cref="RCW.ISpellingError"/>
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (3)
57public static RCW.ISpellCheckerFactory ComFactory 95public RCW.ISpellChecker CreateSpellChecker() 107public bool CreateSpellCheckerRetryPreamble(out Func<RCW.ISpellChecker> func)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (4)
25using ISpellChecker = RCW.ISpellChecker; 26using ISpellCheckerFactory = RCW.ISpellCheckerFactory; 27using IUserDictionariesRegistrar = RCW.IUserDictionariesRegistrar; 28using SpellCheckerFactoryClass = RCW.SpellCheckerFactoryClass;
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
17using IEnumString = RCW.IEnumString; 18using IEnumSpellingError = RCW.IEnumSpellingError; 19using ISpellingError = RCW.ISpellingError;