1 write to Singleton
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
87
Singleton
= new SpellCheckerFactory();
12 references to Singleton
PresentationFramework (12)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerCreationHelper.cs (1)
59
return SpellCheckerFactory.
Singleton
.ComFactory;
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (11)
72
result =
Singleton
;
119
if (
Singleton
.ComFactory != null)
123
Marshal.ReleaseComObject(
Singleton
.ComFactory);
130
Singleton
.ComFactory = null;
169
Singleton
.ComFactory = result;
222
return
Singleton
?.GetSupportedLanguagesPrivate(shouldSuppressCOMExceptions);
267
return ((
Singleton
!= null) &&
Singleton
.IsSupportedPrivate(languageTag, suppressCOMExceptons));
305
return
Singleton
?.CreateSpellCheckerPrivate(languageTag, suppressCOMExceptions);
342
Singleton
?.RegisterUserDictionaryPrivate(dictionaryPath, languageTag, suppressCOMExceptions);
373
Singleton
?.UnregisterUserDictionaryPrivate(dictionaryPath, languageTag, suppressCOMExceptions);