2 overrides of LoadDictionary
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
300
internal override object
LoadDictionary
(string lexiconFilePath)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
230
internal override object
LoadDictionary
(string lexiconFilePath)
1 reference to LoadDictionary
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
336
object lexicon = _spellerInterop.
LoadDictionary
(pathUri.LocalPath);