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