10 references to ILexicon
PresentationFramework (10)
System\Windows\Documents\NLGSpellerInterop.cs (10)
270ILexicon lexicon = dictionary as ILexicon; 337ILexicon lexicon = null; 954private ILexicon AddLexicon(string lexiconFilePath) 957ILexicon lexicon = null; 1022private static ILexicon CreateLexicon() 1024return (ILexicon)CreateInstance(CLSID_Lexicon, IID_ILexicon); 1266void get_Lexicon(Int32 index, [MarshalAs(UnmanagedType.Interface)] out ILexicon lexicon); 1271void AddLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon); 1276void RemoveLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon);