2 writes to ComFactory
PresentationFramework (2)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (2)
129Singleton.ComFactory = null; 168Singleton.ComFactory = result;
8 references to ComFactory
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (1)
58return SpellCheckerFactory.Singleton.ComFactory;
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (7)
118if (Singleton.ComFactory != null) 122Marshal.ReleaseComObject(Singleton.ComFactory); 182var languages = ComFactory?.SupportedLanguages; 235return ((ComFactory != null) && (ComFactory.IsSupported(languageTag) != 0)); 315var registrar = (IUserDictionariesRegistrar)ComFactory; 346var registrar = (IUserDictionariesRegistrar)ComFactory;