1 instantiation of SpellCheckerFactory
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
87Singleton = 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)
59return SpellCheckerFactory.Singleton.ComFactory; 110if (success = SpellCheckerFactory.Reinitalize())
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (3)
51internal static SpellCheckerFactory Singleton { get; private set; } 63public static SpellCheckerFactory Create(bool shouldSuppressCOMExceptions = false) 65SpellCheckerFactory result = null;
System\Windows\Documents\WinRTSpellerInterop.cs (4)
42SpellCheckerFactory.Create(shouldSuppressCOMExceptions: false); 211SpellCheckerFactory.UnregisterUserDictionary(filePath, ietfLanguageTag); 474SpellCheckerFactory.RegisterUserDictionary(lexiconPrivateCopyPath, ietfLanguageTag); 526SpellCheckerFactory.UnregisterUserDictionary(filePath, ietfLanguageTag);