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