12 references to IEnumString
PresentationFramework (12)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (6)
125void Clone([MarshalAs(UnmanagedType.Interface)] out IEnumString ppenum); 158IEnumString Labels 201IEnumString Suggest([In, MarshalAs(UnmanagedType.LPWStr)] string word); 215IEnumString OptionIds 260IEnumString SupportedLanguages 314public extern virtual IEnumString SupportedLanguages
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (3)
13using IEnumString = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumString; 85IEnumString suggestions = _speller.Value.Suggest(word); 217IEnumString optionIds = _speller.Value.OptionIds;
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
182var languages = ComFactory?.SupportedLanguages;
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (2)
9using IEnumString = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumString; 27this IEnumString enumString,