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