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