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