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