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