2 overrides of LoadDictionary
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
332internal override object LoadDictionary(string lexiconFilePath)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
266internal override object LoadDictionary(string lexiconFilePath)
1 reference to LoadDictionary
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
373object lexicon = _spellerInterop.LoadDictionary(pathUri.LocalPath);