21 references to RCW
PresentationFramework (21)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
12
using IOptionDescription = System.Windows.Documents.MsSpellCheckLib.
RCW
.IOptionDescription;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (5)
13
using ISpellChecker = System.Windows.Documents.MsSpellCheckLib.
RCW
.ISpellChecker;
14
using IEnumString = System.Windows.Documents.MsSpellCheckLib.
RCW
.IEnumString;
15
using ISpellCheckerChangedEventHandler = System.Windows.Documents.MsSpellCheckLib.
RCW
.ISpellCheckerChangedEventHandler;
16
using IOptionDescription = System.Windows.Documents.MsSpellCheckLib.
RCW
.IOptionDescription;
17
using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.
RCW
.IEnumSpellingError;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellCheckerChangedEventHandler.cs (2)
5
using ISpellChecker = System.Windows.Documents.MsSpellCheckLib.
RCW
.ISpellChecker;
6
using ISpellCheckerChangedEventHandler = System.Windows.Documents.MsSpellCheckLib.
RCW
.ISpellCheckerChangedEventHandler;
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (3)
15
using 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)
55
public static
RCW
.ISpellCheckerFactory ComFactory
93
public
RCW
.ISpellChecker CreateSpellChecker()
105
public bool CreateSpellCheckerRetryPreamble(out Func<
RCW
.ISpellChecker> func)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (4)
17
using ISpellChecker = System.Windows.Documents.MsSpellCheckLib.
RCW
.ISpellChecker;
18
using ISpellCheckerFactory = System.Windows.Documents.MsSpellCheckLib.
RCW
.ISpellCheckerFactory;
19
using IUserDictionariesRegistrar = System.Windows.Documents.MsSpellCheckLib.
RCW
.IUserDictionariesRegistrar;
20
using SpellCheckerFactoryClass = System.Windows.Documents.MsSpellCheckLib.
RCW
.SpellCheckerFactoryClass;
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
10
using IEnumString = System.Windows.Documents.MsSpellCheckLib.
RCW
.IEnumString;
11
using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.
RCW
.IEnumSpellingError;
12
using ISpellingError = System.Windows.Documents.MsSpellCheckLib.
RCW
.ISpellingError;