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