1 instantiation of OptionDescription
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
62
var od = new
OptionDescription
(optionDescription.Id, optionDescription.Heading, optionDescription.Description);
7 references to OptionDescription
PresentationFramework (7)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (2)
58
internal static
OptionDescription
Create(IOptionDescription optionDescription, bool shouldSuppressCOMExceptions = true, bool shouldReleaseCOMObject = true)
62
var
od = new OptionDescription(optionDescription.Id, optionDescription.Heading, optionDescription.Description);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (5)
297
private
OptionDescription
GetOptionDescriptionImpl(string optionId)
300
return (iod != null) ?
OptionDescription
.Create(iod, false, true) : null;
303
private
OptionDescription
GetOptionDescriptionImplWithRetries(string optionId, bool suppressCOMExceptions)
305
OptionDescription
optionDescription = null;
316
public
OptionDescription
GetOptionDescription(string optionId, bool suppressCOMExceptions = true)