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