10 references to ILexicon
PresentationFramework (10)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (10)
303
ILexicon
lexicon = dictionary as
ILexicon
;
396
ILexicon
lexicon = null;
1098
private
ILexicon
AddLexicon(string lexiconFilePath)
1101
ILexicon
lexicon = null;
1185
private static
ILexicon
CreateLexicon()
1187
return (
ILexicon
)CreateInstance(CLSID_Lexicon, IID_ILexicon);
1449
void get_Lexicon(Int32 index, [MarshalAs(UnmanagedType.Interface)] out
ILexicon
lexicon);
1455
void AddLexicon([In, MarshalAs(UnmanagedType.Interface)]
ILexicon
lexicon);
1461
void RemoveLexicon([In, MarshalAs(UnmanagedType.Interface)]
ILexicon
lexicon);