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