4 references to ToList
PresentationFramework (4)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
67
od._labels = optionDescription.Labels.
ToList
();
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (2)
90
suggestions.
ToList
(shouldSuppressCOMExceptions:false, shouldReleaseCOMObject:true) :
221
return (optionIds != null) ? optionIds.
ToList
(false, true) : null;
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
188
result = languages.
ToList
();