10 references to ILexicon
PresentationFramework (10)
System\Windows\Documents\NLGSpellerInterop.cs (10)
271ILexicon lexicon = dictionary as ILexicon; 338ILexicon lexicon = null; 955private ILexicon AddLexicon(string lexiconFilePath) 958ILexicon lexicon = null; 1023private static ILexicon CreateLexicon() 1025return (ILexicon)CreateInstance(CLSID_Lexicon, IID_ILexicon); 1267void get_Lexicon(Int32 index, [MarshalAs(UnmanagedType.Interface)] out ILexicon lexicon); 1272void AddLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon); 1277void RemoveLexicon([In, MarshalAs(UnmanagedType.Interface)] ILexicon lexicon);