4 references to ToList
PresentationFramework (4)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
66
od._labels = optionDescription.Labels.
ToList
();
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (2)
88
suggestions?.
ToList
(shouldSuppressCOMExceptions:false, shouldReleaseCOMObject:true);
218
return optionIds?.
ToList
(false, true);
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (1)
187
result = languages.
ToList
();