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