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