5 references to IOptionDescription
PresentationFramework (5)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
245IOptionDescription GetOptionDescription([In, MarshalAs(UnmanagedType.LPWStr)] string optionId);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (2)
12using IOptionDescription = System.Windows.Documents.MsSpellCheckLib.RCW.IOptionDescription; 59internal static OptionDescription Create(IOptionDescription optionDescription, bool shouldSuppressCOMExceptions = true, bool shouldReleaseCOMObject = true)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (2)
16using IOptionDescription = System.Windows.Documents.MsSpellCheckLib.RCW.IOptionDescription; 302IOptionDescription iod = _speller.Value.GetOptionDescription(optionId);