1 instantiation of SpellCheckerFactory
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
87
Singleton = new
SpellCheckerFactory
();
10 references to SpellCheckerFactory
PresentationFramework (10)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
58
_speller.Value =
SpellCheckerFactory
.CreateSpellChecker(_languageTag, shouldSuppressCOMExceptions);
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (2)
59
return
SpellCheckerFactory
.Singleton.ComFactory;
110
if (success =
SpellCheckerFactory
.Reinitalize())
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (3)
51
internal static
SpellCheckerFactory
Singleton { get; private set; }
63
public static
SpellCheckerFactory
Create(bool shouldSuppressCOMExceptions = false)
65
SpellCheckerFactory
result = null;
System\Windows\Documents\WinRTSpellerInterop.cs (4)
42
SpellCheckerFactory
.Create(shouldSuppressCOMExceptions: false);
211
SpellCheckerFactory
.UnregisterUserDictionary(filePath, ietfLanguageTag);
474
SpellCheckerFactory
.RegisterUserDictionary(lexiconPrivateCopyPath, ietfLanguageTag);
526
SpellCheckerFactory
.UnregisterUserDictionary(filePath, ietfLanguageTag);