1 implementation of UnregisterUserDictionary
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
315public virtual extern void UnregisterUserDictionary([In, MarshalAs(UnmanagedType.LPWStr)] string dictionaryPath, [In, MarshalAs(UnmanagedType.LPWStr)] string languageTag);
1 reference to UnregisterUserDictionary
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
353registrar?.UnregisterUserDictionary(dictionaryPath, languageTag);