10 references to ILexicon
PresentationFramework (10)
System\Windows\Documents\NLGSpellerInterop.cs (10)
275ILexicon lexicon = dictionary as ILexicon; 342ILexicon lexicon = null; 959private ILexicon AddLexicon(string lexiconFilePath) 962ILexicon lexicon = null; 1027private static ILexicon CreateLexicon() 1029return (ILexicon)CreateInstance(CLSID_Lexicon, IID_ILexicon); 1271void get_Lexicon(Int32 index, [MarshalAs(UnmanagedType.Interface)] out ILexicon lexicon); 1276void AddLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon); 1281void RemoveLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon);