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