2 writes to ComFactory
PresentationFramework (2)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (2)
130Singleton.ComFactory = null; 169Singleton.ComFactory = result;
8 references to ComFactory
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (1)
59return SpellCheckerFactory.Singleton.ComFactory;
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (7)
119if (Singleton.ComFactory != null) 123Marshal.ReleaseComObject(Singleton.ComFactory); 183var languages = ComFactory?.SupportedLanguages; 236return ((ComFactory != null) && (ComFactory.IsSupported(languageTag) != 0)); 316var registrar = (IUserDictionariesRegistrar)ComFactory; 347var registrar = (IUserDictionariesRegistrar)ComFactory;