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