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