2 overrides of LoadDictionary
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
365internal override object LoadDictionary(Uri item, string trustedFolder)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
287internal override object LoadDictionary(Uri item, string trustedFolder)
1 reference to LoadDictionary
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
1682object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);