2 writes to ComFactory
PresentationFramework (2)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (2)
134Singleton.ComFactory = null; 173Singleton.ComFactory = result;
8 references to ComFactory
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (1)
61return SpellCheckerFactory.Singleton.ComFactory;
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (7)
123if (Singleton.ComFactory != null) 127Marshal.ReleaseComObject(Singleton.ComFactory); 187var languages = ComFactory?.SupportedLanguages; 240return ((ComFactory != null) && (ComFactory.IsSupported(languageTag) != 0)); 320var registrar = (IUserDictionariesRegistrar)ComFactory; 351var registrar = (IUserDictionariesRegistrar)ComFactory;