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