1 instantiation of SpellCheckerFactory
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
86Singleton = 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)
58return SpellCheckerFactory.Singleton.ComFactory; 109if (success = SpellCheckerFactory.Reinitalize())
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (3)
50internal static SpellCheckerFactory Singleton { get; private set; } 62public static SpellCheckerFactory Create(bool shouldSuppressCOMExceptions = false) 64SpellCheckerFactory result = null;
System\Windows\Documents\WinRTSpellerInterop.cs (4)
41SpellCheckerFactory.Create(shouldSuppressCOMExceptions: false); 210SpellCheckerFactory.UnregisterUserDictionary(filePath, ietfLanguageTag); 473SpellCheckerFactory.RegisterUserDictionary(lexiconPrivateCopyPath, ietfLanguageTag); 525SpellCheckerFactory.UnregisterUserDictionary(filePath, ietfLanguageTag);