1 instantiation of SpellCheckerFactory
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
86
Singleton = new
SpellCheckerFactory
();
10 references to SpellCheckerFactory
PresentationFramework (10)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
57
_speller.Value =
SpellCheckerFactory
.CreateSpellChecker(_languageTag, shouldSuppressCOMExceptions);
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (2)
58
return
SpellCheckerFactory
.Singleton.ComFactory;
109
if (success =
SpellCheckerFactory
.Reinitalize())
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (3)
50
internal static
SpellCheckerFactory
Singleton { get; private set; }
62
public static
SpellCheckerFactory
Create(bool shouldSuppressCOMExceptions = false)
64
SpellCheckerFactory
result = null;
System\Windows\Documents\WinRTSpellerInterop.cs (4)
41
SpellCheckerFactory
.Create(shouldSuppressCOMExceptions: false);
210
SpellCheckerFactory
.UnregisterUserDictionary(filePath, ietfLanguageTag);
473
SpellCheckerFactory
.RegisterUserDictionary(lexiconPrivateCopyPath, ietfLanguageTag);
525
SpellCheckerFactory
.UnregisterUserDictionary(filePath, ietfLanguageTag);