10 references to ILexicon
PresentationFramework (10)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (10)
303ILexicon lexicon = dictionary as ILexicon; 396ILexicon lexicon = null; 1098private ILexicon AddLexicon(string lexiconFilePath) 1101ILexicon lexicon = null; 1185private static ILexicon CreateLexicon() 1187return (ILexicon)CreateInstance(CLSID_Lexicon, IID_ILexicon); 1449void get_Lexicon(Int32 index, [MarshalAs(UnmanagedType.Interface)] out ILexicon lexicon); 1455void AddLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon); 1461void RemoveLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon);