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