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