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