1 implementation of UnregisterUserDictionary
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
312
public extern virtual 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)
348
registrar?.
UnregisterUserDictionary
(dictionaryPath, languageTag);