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